diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-12 22:21:30 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-12 22:21:30 -0800 |
commit | bde53d25de8cba5657aa7f63a301288663fa58e5 (patch) | |
tree | f293739c7217fe0757c0b9737c0343d391b3dea3 /core/src/fxcrt | |
parent | d46f1c83038bbe05e5ad072f157b830b03706e8b (diff) | |
download | pdfium-bde53d25de8cba5657aa7f63a301288663fa58e5.tar.xz |
Merge to XFA: Remove relative includes.
That refer to parent directories.
TBR=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1434223002 .
(cherry picked from commit 22bc4227fbbda5a5e9abad2a2c0a98c04fe7f228)
Review URL: https://codereview.chromium.org/1439223003 .
Diffstat (limited to 'core/src/fxcrt')
-rw-r--r-- | core/src/fxcrt/fx_basic_bstring_unittest.cpp | 2 | ||||
-rw-r--r-- | core/src/fxcrt/fx_basic_wstring_unittest.cpp | 2 | ||||
-rw-r--r-- | core/src/fxcrt/fx_system_unittest.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/src/fxcrt/fx_basic_bstring_unittest.cpp b/core/src/fxcrt/fx_basic_bstring_unittest.cpp index f56e89f664..614206bb60 100644 --- a/core/src/fxcrt/fx_basic_bstring_unittest.cpp +++ b/core/src/fxcrt/fx_basic_bstring_unittest.cpp @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../../../testing/fx_string_testhelpers.h" #include "core/include/fxcrt/fx_string.h" +#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" TEST(fxcrt, ByteStringOperatorSubscript) { diff --git a/core/src/fxcrt/fx_basic_wstring_unittest.cpp b/core/src/fxcrt/fx_basic_wstring_unittest.cpp index 511d8f20c7..8ce778920f 100644 --- a/core/src/fxcrt/fx_basic_wstring_unittest.cpp +++ b/core/src/fxcrt/fx_basic_wstring_unittest.cpp @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../../../testing/fx_string_testhelpers.h" #include "core/include/fxcrt/fx_basic.h" +#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" TEST(fxcrt, WideStringOperatorSubscript) { diff --git a/core/src/fxcrt/fx_system_unittest.cpp b/core/src/fxcrt/fx_system_unittest.cpp index aba20e07f0..d9f4cc645e 100644 --- a/core/src/fxcrt/fx_system_unittest.cpp +++ b/core/src/fxcrt/fx_system_unittest.cpp @@ -4,8 +4,8 @@ #include <string> -#include "../../../testing/fx_string_testhelpers.h" #include "core/include/fxcrt/fx_system.h" +#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" // Unit test covering cases where PDFium replaces well-known library |