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

Unified Diff: core/fxge/cfx_graphstatedata.h

Issue 2377393002: Move core/fxge/include to core/fxge (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 | « core/fxge/cfx_graphstate.h ('k') | core/fxge/cfx_pathdata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/cfx_graphstatedata.h
diff --git a/core/fxge/include/cfx_graphstatedata.h b/core/fxge/cfx_graphstatedata.h
similarity index 84%
rename from core/fxge/include/cfx_graphstatedata.h
rename to core/fxge/cfx_graphstatedata.h
index b5f784702d96fe5eaf4223a5e7c514c0fcebe20c..03e4a8f51a9c5ea227c9f6bd568f1363f2fb13d8 100644
--- a/core/fxge/include/cfx_graphstatedata.h
+++ b/core/fxge/cfx_graphstatedata.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXGE_INCLUDE_CFX_GRAPHSTATEDATA_H_
-#define CORE_FXGE_INCLUDE_CFX_GRAPHSTATEDATA_H_
+#ifndef CORE_FXGE_CFX_GRAPHSTATEDATA_H_
+#define CORE_FXGE_CFX_GRAPHSTATEDATA_H_
#include "core/fxcrt/fx_system.h"
@@ -35,4 +35,4 @@ class CFX_GraphStateData {
FX_FLOAT m_LineWidth;
};
-#endif // CORE_FXGE_INCLUDE_CFX_GRAPHSTATEDATA_H_
+#endif // CORE_FXGE_CFX_GRAPHSTATEDATA_H_
« no previous file with comments | « core/fxge/cfx_graphstate.h ('k') | core/fxge/cfx_pathdata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698