From efbc1912f10f5a53e7df3a24ebfd6b78412f0bba Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 17 Feb 2016 16:54:43 -0500 Subject: Expand all paths to be based off pdfium/ directory This CL runs a script over the source and updates the include files to be a full path from the pdfium/ directory. BUG=pdfium:65 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1707923002 . --- core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp') diff --git a/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp b/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp index 0a8086a193..61961c95e6 100644 --- a/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp +++ b/core/src/fpdfapi/fpdf_font/fpdf_font_cid_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" - namespace { bool uint_ranges_equal(uint8_t* a, uint8_t* b, size_t count) { -- cgit v1.2.3