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

Unified Diff: fxjs/cfxjse_arguments.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 | « fpdfsdk/javascript/ijs_runtime.h ('k') | fxjs/cfxjse_arguments.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjs/cfxjse_arguments.h
diff --git a/fxjs/include/cfxjse_arguments.h b/fxjs/cfxjse_arguments.h
similarity index 86%
rename from fxjs/include/cfxjse_arguments.h
rename to fxjs/cfxjse_arguments.h
index e6c86597324133a0dab6e21db7f9c388954678ee..c38c2925abff4cfc2e3c772c9eeec6ecbc035273 100644
--- a/fxjs/include/cfxjse_arguments.h
+++ b/fxjs/cfxjse_arguments.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FXJS_INCLUDE_CFXJSE_ARGUMENTS_H_
-#define FXJS_INCLUDE_CFXJSE_ARGUMENTS_H_
+#ifndef FXJS_CFXJSE_ARGUMENTS_H_
+#define FXJS_CFXJSE_ARGUMENTS_H_
#include <memory>
-#include "fxjs/include/fxjse.h"
+#include "fxjs/fxjse.h"
class CFXJSE_Class;
@@ -35,4 +35,4 @@ class CFXJSE_Arguments {
CFXJSE_Value* m_pRetValue;
};
-#endif // FXJS_INCLUDE_CFXJSE_ARGUMENTS_H_
+#endif // FXJS_CFXJSE_ARGUMENTS_H_
« no previous file with comments | « fpdfsdk/javascript/ijs_runtime.h ('k') | fxjs/cfxjse_arguments.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698