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_ |