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

Unified Diff: core/fxge/cfx_fxgedevice.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_fontmgr.h ('k') | core/fxge/cfx_gemodule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/cfx_fxgedevice.h
diff --git a/core/fxge/include/cfx_fxgedevice.h b/core/fxge/cfx_fxgedevice.h
similarity index 84%
rename from core/fxge/include/cfx_fxgedevice.h
rename to core/fxge/cfx_fxgedevice.h
index 7f34f1ca4aaede913b9fef98753cd5057f7281ff..8358e436667a31d73c32c7cfcfc2c77818ff37a0 100644
--- a/core/fxge/include/cfx_fxgedevice.h
+++ b/core/fxge/cfx_fxgedevice.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXGE_INCLUDE_CFX_FXGEDEVICE_H_
-#define CORE_FXGE_INCLUDE_CFX_FXGEDEVICE_H_
+#ifndef CORE_FXGE_CFX_FXGEDEVICE_H_
+#define CORE_FXGE_CFX_FXGEDEVICE_H_
-#include "core/fxge/include/cfx_renderdevice.h"
-#include "core/fxge/include/fx_dib.h"
+#include "core/fxge/cfx_renderdevice.h"
+#include "core/fxge/fx_dib.h"
class SkPictureRecorder;
@@ -43,4 +43,4 @@ class CFX_FxgeDevice : public CFX_RenderDevice {
bool m_bOwnedBitmap;
};
-#endif // CORE_FXGE_INCLUDE_CFX_FXGEDEVICE_H_
+#endif // CORE_FXGE_CFX_FXGEDEVICE_H_
« no previous file with comments | « core/fxge/cfx_fontmgr.h ('k') | core/fxge/cfx_gemodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698