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

Unified Diff: core/fpdfdoc/doc_vt.cpp

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/fpdfdoc/doc_viewerPreferences.cpp ('k') | core/fpdfdoc/doc_vtmodule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/doc_vt.cpp
diff --git a/core/src/fpdfdoc/doc_vt.cpp b/core/fpdfdoc/doc_vt.cpp
similarity index 99%
rename from core/src/fpdfdoc/doc_vt.cpp
rename to core/fpdfdoc/doc_vt.cpp
index 477df25a142343c07821a4e70eeb485b625e6cfa..dddc57f2dd78fedee2e18544ed4b075e228de90b 100644
--- a/core/src/fpdfdoc/doc_vt.cpp
+++ b/core/fpdfdoc/doc_vt.cpp
@@ -6,9 +6,9 @@
#include <algorithm>
+#include "core/fpdfdoc/pdf_vt.h"
#include "core/include/fpdfdoc/fpdf_doc.h"
#include "core/include/fpdfdoc/fpdf_vt.h"
-#include "core/src/fpdfdoc/pdf_vt.h"
const uint8_t gFontSizeSteps[] = {4, 6, 8, 9, 10, 12, 14, 18, 20,
25, 30, 35, 40, 45, 50, 55, 60, 70,
« no previous file with comments | « core/fpdfdoc/doc_viewerPreferences.cpp ('k') | core/fpdfdoc/doc_vtmodule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698