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

Unified Diff: fxjs/cfxjse_value.h

Issue 2380713005: Move fxjs/include to fxjs (Closed)
Patch Set: Rebase to master Created 4 years, 3 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 | « fxjs/cfxjse_runtimedata.cpp ('k') | fxjs/cfxjse_value.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjs/cfxjse_value.h
diff --git a/fxjs/include/cfxjse_value.h b/fxjs/cfxjse_value.h
similarity index 96%
rename from fxjs/include/cfxjse_value.h
rename to fxjs/cfxjse_value.h
index 9fd1bee786b233e6435755971d8be791dcb24e8d..91819d81e47983bd22d7ee1c32520bc452e8fc25 100644
--- a/fxjs/include/cfxjse_value.h
+++ b/fxjs/cfxjse_value.h
@@ -4,15 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FXJS_INCLUDE_CFXJSE_VALUE_H_
-#define FXJS_INCLUDE_CFXJSE_VALUE_H_
-
-#include "v8/include/v8.h"
+#ifndef FXJS_CFXJSE_VALUE_H_
+#define FXJS_CFXJSE_VALUE_H_
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/fx_system.h"
#include "fxjs/cfxjse_isolatetracker.h"
#include "fxjs/cfxjse_runtimedata.h"
+#include "v8/include/v8.h"
class CFXJSE_Class;
class CFXJSE_HostObject;
@@ -99,4 +98,4 @@ class CFXJSE_Value {
v8::Global<v8::Value> m_hValue;
};
-#endif // FXJS_INCLUDE_CFXJSE_VALUE_H_
+#endif // FXJS_CFXJSE_VALUE_H_
« no previous file with comments | « fxjs/cfxjse_runtimedata.cpp ('k') | fxjs/cfxjse_value.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698