diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-06-23 11:48:57 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-23 18:14:20 +0000 |
commit | 5c3e5c13b9fc0285c47493eca1f9363a218d12a8 (patch) | |
tree | 6b2c49fef520b642243b03951ef27e25a6887793 /core/fxcrt/cfx_bytestring_unittest.cpp | |
parent | 879b6d246341becaf572782ff1908b024543a01b (diff) | |
download | pdfium-5c3e5c13b9fc0285c47493eca1f9363a218d12a8.tar.xz |
Cleaning up fx_string_testhelpers.
This is unused except for being a pathway for indirect deps.
Change-Id: I717290235ccbc59429ad24231033382958e2a086
Reviewed-on: https://pdfium-review.googlesource.com/6910
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'core/fxcrt/cfx_bytestring_unittest.cpp')
-rw-r--r-- | core/fxcrt/cfx_bytestring_unittest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_bytestring_unittest.cpp b/core/fxcrt/cfx_bytestring_unittest.cpp index c53b90025b..609f89201b 100644 --- a/core/fxcrt/cfx_bytestring_unittest.cpp +++ b/core/fxcrt/cfx_bytestring_unittest.cpp @@ -3,11 +3,11 @@ // found in the LICENSE file. #include "core/fxcrt/cfx_bytestring.h" +#include "core/fxcrt/fx_string.h" #include <algorithm> #include <vector> -#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/base/stl_util.h" |