diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 02:23:17 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 02:23:17 +0000 |
commit | e97882f3de584815e5b6af4491131aa8e318bc57 (patch) | |
tree | 93cfe92c874480dcaf3e66d2547da790a7b5393d /content/browser/host_zoom_map_impl_unittest.cc | |
parent | 06a0173e8ccb84e1a1f96440cf02c289b35476a6 (diff) | |
download | chromium_src-e97882f3de584815e5b6af4491131aa8e318bc57.zip chromium_src-e97882f3de584815e5b6af4491131aa8e318bc57.tar.gz chromium_src-e97882f3de584815e5b6af4491131aa8e318bc57.tar.bz2 |
Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders.
BUG=98716
TBR=phajdan.jr
Review URL: https://chromiumcodereview.appspot.com/10500016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/host_zoom_map_impl_unittest.cc')
-rw-r--r-- | content/browser/host_zoom_map_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/host_zoom_map_impl_unittest.cc b/content/browser/host_zoom_map_impl_unittest.cc index 54e61ce..48a08cc 100644 --- a/content/browser/host_zoom_map_impl_unittest.cc +++ b/content/browser/host_zoom_map_impl_unittest.cc @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/message_loop.h" #include "content/public/browser/browser_thread.h" -#include "content/test/test_browser_thread.h" +#include "content/public/test/test_browser_thread.h" #include "testing/gtest/include/gtest/gtest.h" class HostZoomMapTest : public testing::Test { |