summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-03-04 11:40:10 -0800
committerTom Sepez <tsepez@chromium.org>2015-03-04 11:40:10 -0800
commit61c25eebf5a0fcf44dd1a434c88f502a34073eac (patch)
tree0b11f60e5464fbfdf0a26ccabe360c08a97f2ba3
parente1671bd3158f5d78f66647ec5489e9538bd4bc36 (diff)
downloadpdfium-61c25eebf5a0fcf44dd1a434c88f502a34073eac.tar.xz
Merge to Master: Fix a compiling error in fxjs_v8.h
Original Review URL: https://codereview.chromium.org/965423004 TBR=thestig@chromium.org TBR=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/976033005
-rw-r--r--fpdfsdk/include/jsapi/fxjs_v8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/jsapi/fxjs_v8.h b/fpdfsdk/include/jsapi/fxjs_v8.h
index 57bf223baa..70653c5d83 100644
--- a/fpdfsdk/include/jsapi/fxjs_v8.h
+++ b/fpdfsdk/include/jsapi/fxjs_v8.h
@@ -8,7 +8,7 @@
#define FXJSAPI_H
#include <v8.h>
-#include "../../core/include/fxcrt/fx_string.h" // For CFX_WideString
+#include "../../../core/include/fxcrt/fx_string.h" // For CFX_WideString
enum FXJSOBJTYPE
{