Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1272)

Unified Diff: fxjse/context.h

Issue 2056663004: Move xfa/fxjse/ to fxjse/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fxjse/class.cpp ('k') | fxjse/context.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/context.h
diff --git a/xfa/fxjse/context.h b/fxjse/context.h
similarity index 93%
rename from xfa/fxjse/context.h
rename to fxjse/context.h
index 0bb1e4fa2666e8f27a1ca07d95c97d881170c453..91356a09b83bc5c08827a6a31435d0062e701ee0 100644
--- a/xfa/fxjse/context.h
+++ b/fxjse/context.h
@@ -4,15 +4,15 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXJSE_CONTEXT_H_
-#define XFA_FXJSE_CONTEXT_H_
+#ifndef FXJSE_CONTEXT_H_
+#define FXJSE_CONTEXT_H_
#include <memory>
#include <vector>
#include "core/fxcrt/include/fx_basic.h"
+#include "fxjse/include/fxjse.h"
#include "v8/include/v8.h"
-#include "xfa/fxjse/include/fxjse.h"
class CFXJSE_Class;
class CFXJSE_Value;
@@ -60,4 +60,4 @@ CFXJSE_HostObject* FXJSE_RetrieveObjectBinding(
const v8::Local<v8::Object>& hJSObject,
CFXJSE_Class* lpClass = nullptr);
-#endif // XFA_FXJSE_CONTEXT_H_
+#endif // FXJSE_CONTEXT_H_
« no previous file with comments | « fxjse/class.cpp ('k') | fxjse/context.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698