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/plugin_service_impl_browsertest.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/plugin_service_impl_browsertest.cc')
-rw-r--r-- | content/browser/plugin_service_impl_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_service_impl_browsertest.cc b/content/browser/plugin_service_impl_browsertest.cc index 4c65377..55a27cd 100644 --- a/content/browser/plugin_service_impl_browsertest.cc +++ b/content/browser/plugin_service_impl_browsertest.cc @@ -14,7 +14,7 @@ #include "chrome/test/base/ui_test_utils.h" #include "content/public/browser/resource_context.h" #include "content/public/common/content_switches.h" -#include "content/test/test_browser_thread.h" +#include "content/public/test/test_browser_thread.h" #include "testing/gmock/include/gmock/gmock.h" #include "webkit/plugins/npapi/plugin_list.h" |