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

Unified Diff: core/fpdfapi/page/cpdf_colorstate.cpp

Issue 2386423004: Move core/fpdfapi/fpdf_page to core/fpdfapi/page (Closed)
Patch Set: Rebase to master Created 4 years, 2 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/fpdfapi/page/cpdf_colorstate.h ('k') | core/fpdfapi/page/cpdf_contentmark.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/page/cpdf_colorstate.cpp
diff --git a/core/fpdfapi/fpdf_page/cpdf_colorstate.cpp b/core/fpdfapi/page/cpdf_colorstate.cpp
similarity index 96%
rename from core/fpdfapi/fpdf_page/cpdf_colorstate.cpp
rename to core/fpdfapi/page/cpdf_colorstate.cpp
index e74b884d68957a0f2912e225ceb7f1274dd34295..da583122af3192bf0369aafb24b10b19d58f2f13 100644
--- a/core/fpdfapi/fpdf_page/cpdf_colorstate.cpp
+++ b/core/fpdfapi/page/cpdf_colorstate.cpp
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/fpdfapi/fpdf_page/cpdf_colorstate.h"
+#include "core/fpdfapi/page/cpdf_colorstate.h"
-#include "core/fpdfapi/fpdf_page/cpdf_pattern.h"
-#include "core/fpdfapi/fpdf_page/cpdf_tilingpattern.h"
+#include "core/fpdfapi/page/cpdf_pattern.h"
+#include "core/fpdfapi/page/cpdf_tilingpattern.h"
#include "core/fxge/fx_dib.h"
CPDF_ColorState::CPDF_ColorState() {}
« no previous file with comments | « core/fpdfapi/page/cpdf_colorstate.h ('k') | core/fpdfapi/page/cpdf_contentmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698