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

Unified Diff: core/fpdfapi/page/fpdf_page_colors.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_tilingpattern.cpp ('k') | core/fpdfapi/page/fpdf_page_doc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/page/fpdf_page_colors.cpp
diff --git a/core/fpdfapi/fpdf_page/fpdf_page_colors.cpp b/core/fpdfapi/page/fpdf_page_colors.cpp
similarity index 99%
rename from core/fpdfapi/fpdf_page/fpdf_page_colors.cpp
rename to core/fpdfapi/page/fpdf_page_colors.cpp
index 472e8751d7f31a5fa7b8ee7eab82fda6f526f3a9..d6500b716b52e813a0efc9f54ecaa628026f773b 100644
--- a/core/fpdfapi/fpdf_page/fpdf_page_colors.cpp
+++ b/core/fpdfapi/page/fpdf_page_colors.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/fpdfapi/fpdf_page/pageint.h"
+#include "core/fpdfapi/page/pageint.h"
#include <limits.h>
@@ -232,4 +232,3 @@ CPDF_IccProfile::~CPDF_IccProfile() {
CPDF_ModuleMgr::Get()->GetIccModule()->DestroyTransform(m_pTransform);
}
}
-
« no previous file with comments | « core/fpdfapi/page/cpdf_tilingpattern.cpp ('k') | core/fpdfapi/page/fpdf_page_doc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698