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

Unified Diff: fxjs/include/fxjse.h

Issue 2136213002: Rename fxjse/ to fxjs/ update files to match class names. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add todo Created 4 years, 5 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/include/cfxjse_value.h ('k') | fxjse/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjs/include/fxjse.h
diff --git a/fxjse/include/fxjse.h b/fxjs/include/fxjse.h
similarity index 95%
rename from fxjse/include/fxjse.h
rename to fxjs/include/fxjse.h
index f9d6a67e02c1535b7c414362716b5aa04ac5ea1f..79c32b053aa03473a684e9325589893a109a2c71 100644
--- a/fxjse/include/fxjse.h
+++ b/fxjs/include/fxjse.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FXJSE_INCLUDE_FXJSE_H_
-#define FXJSE_INCLUDE_FXJSE_H_
+#ifndef FXJS_INCLUDE_FXJSE_H_
+#define FXJS_INCLUDE_FXJSE_H_
#include "core/fxcrt/include/fx_string.h"
#include "core/fxcrt/include/fx_system.h"
@@ -71,4 +71,4 @@ void FXJSE_Runtime_Release(v8::Isolate* pIsolate);
void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message);
-#endif // FXJSE_INCLUDE_FXJSE_H_
+#endif // FXJS_INCLUDE_FXJSE_H_
« no previous file with comments | « fxjs/include/cfxjse_value.h ('k') | fxjse/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698