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

Unified Diff: core/fxge/agg/fx_agg_driver.h

Issue 1800523005: Move core/src/ up to core/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/agg/DEPS ('k') | core/fxge/agg/fx_agg_driver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/agg/fx_agg_driver.h
diff --git a/core/src/fxge/agg/fx_agg_driver.h b/core/fxge/agg/fx_agg_driver.h
similarity index 97%
rename from core/src/fxge/agg/fx_agg_driver.h
rename to core/fxge/agg/fx_agg_driver.h
index ac2dfd02e3fcf13f8ff048cca5627ee791f46480..3631016feab2cfb6905271d8a1c72aa03562b6a7 100644
--- a/core/src/fxge/agg/fx_agg_driver.h
+++ b/core/fxge/agg/fx_agg_driver.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_SRC_FXGE_AGG_FX_AGG_DRIVER_H_
-#define CORE_SRC_FXGE_AGG_FX_AGG_DRIVER_H_
+#ifndef CORE_FXGE_AGG_FX_AGG_DRIVER_H_
+#define CORE_FXGE_AGG_FX_AGG_DRIVER_H_
#include "core/include/fxge/fx_ge.h"
#include "third_party/agg23/agg_clip_liang_barsky.h"
@@ -149,4 +149,4 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver {
FX_BOOL m_bGroupKnockout;
};
-#endif // CORE_SRC_FXGE_AGG_FX_AGG_DRIVER_H_
+#endif // CORE_FXGE_AGG_FX_AGG_DRIVER_H_
« no previous file with comments | « core/fxge/agg/DEPS ('k') | core/fxge/agg/fx_agg_driver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698