From e97882f3de584815e5b6af4491131aa8e318bc57 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 4 Jun 2012 02:23:17 +0000 Subject: 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 --- content/browser/host_zoom_map_impl_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/host_zoom_map_impl_unittest.cc') 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 { -- cgit v1.1