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

Unified Diff: fpdfsdk/javascript/JS_GlobalData.h

Issue 2333413003: Rename CPDFDoc_Environment to CPDFSDK_Environment (Closed)
Patch Set: Review feedback 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/Field.cpp ('k') | fpdfsdk/javascript/JS_GlobalData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/javascript/JS_GlobalData.h
diff --git a/fpdfsdk/javascript/JS_GlobalData.h b/fpdfsdk/javascript/JS_GlobalData.h
index d901ec58b37460e4f6ef289ca3d3843b595b8130..cda8533fad751762876bef1b945ac368cc79e043 100644
--- a/fpdfsdk/javascript/JS_GlobalData.h
+++ b/fpdfsdk/javascript/JS_GlobalData.h
@@ -13,7 +13,7 @@
#include "core/fxcrt/include/fx_basic.h"
#include "fpdfsdk/javascript/JS_KeyValue.h"
-class CPDFDoc_Environment;
+class CPDFSDK_Environment;
class CJS_GlobalData_Element {
public:
@@ -26,7 +26,7 @@ class CJS_GlobalData_Element {
class CJS_GlobalData {
public:
- static CJS_GlobalData* GetRetainedInstance(CPDFDoc_Environment* pApp);
+ static CJS_GlobalData* GetRetainedInstance(CPDFSDK_Environment* pApp);
void Release();
void SetGlobalVariableNumber(const CFX_ByteString& propname, double dData);
« no previous file with comments | « fpdfsdk/javascript/Field.cpp ('k') | fpdfsdk/javascript/JS_GlobalData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698