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

Unified Diff: core/fpdftext/fpdf_text_int_unittest.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/fpdftext/fpdf_text_int.cpp ('k') | core/fpdftext/text_int.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/fpdf_text_int_unittest.cpp
diff --git a/core/src/fpdftext/fpdf_text_int_unittest.cpp b/core/fpdftext/fpdf_text_int_unittest.cpp
similarity index 98%
rename from core/src/fpdftext/fpdf_text_int_unittest.cpp
rename to core/fpdftext/fpdf_text_int_unittest.cpp
index b482f02be46daf49efc4aa3348b35d3d2107a24b..d114ba75ce8a76b930b325faa3ed1d7085895d38 100644
--- a/core/src/fpdftext/fpdf_text_int_unittest.cpp
+++ b/core/fpdftext/fpdf_text_int_unittest.cpp
@@ -4,7 +4,7 @@
#include "testing/gtest/include/gtest/gtest.h"
-#include "core/src/fpdftext/text_int.h"
+#include "core/fpdftext/text_int.h"
// Class to help test functions in CPDF_LinkExtract class.
class CPDF_TestLinkExtract : public CPDF_LinkExtract {
« no previous file with comments | « core/fpdftext/fpdf_text_int.cpp ('k') | core/fpdftext/text_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698