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

Unified Diff: core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp

Issue 1707923002: Expand all paths to be based off pdfium/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Sort headers Created 4 years, 10 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
Index: core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
diff --git a/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp b/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
index 9cc529c3df1ec069dc8a8d6b56811908a5866966..7ea17408eef40edcd0a79ba7d9eff9996677577d 100644
--- a/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
+++ b/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "core/src/fpdfapi/fpdf_font/font_int.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "font_int.h"
-
TEST(fpdf_font, StringToCode) {
EXPECT_EQ(0, CPDF_ToUnicodeMap::StringToCode(""));
EXPECT_EQ(194, CPDF_ToUnicodeMap::StringToCode("<c2"));

Powered by Google App Engine
This is Rietveld 408576698