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

Unified Diff: fxjs/fxjs_v8.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_value.cpp ('k') | fxjs/fxjs_v8.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjs/fxjs_v8.h
diff --git a/fxjs/include/fxjs_v8.h b/fxjs/fxjs_v8.h
similarity index 98%
rename from fxjs/include/fxjs_v8.h
rename to fxjs/fxjs_v8.h
index a9064f3fafd68beecca6f53d2fd56fec75ffb805..5f658989a57ab350e3d17fd217df3dcef85c2338 100644
--- a/fxjs/include/fxjs_v8.h
+++ b/fxjs/fxjs_v8.h
@@ -11,8 +11,8 @@
// PDFium code should include this file rather than including V8 headers
// directly.
-#ifndef FXJS_INCLUDE_FXJS_V8_H_
-#define FXJS_INCLUDE_FXJS_V8_H_
+#ifndef FXJS_FXJS_V8_H_
+#define FXJS_FXJS_V8_H_
#include <v8-util.h>
#include <v8.h>
@@ -259,4 +259,4 @@ class CFXJS_Engine {
std::map<CFX_WideString, v8::Global<v8::Array>> m_ConstArrays;
};
-#endif // FXJS_INCLUDE_FXJS_V8_H_
+#endif // FXJS_FXJS_V8_H_
« no previous file with comments | « fxjs/cfxjse_value.cpp ('k') | fxjs/fxjs_v8.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698