diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-09 22:47:05 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-09 22:47:05 +0000 |
commit | ce967866566cf4724c4029b1d21999a80a6d2a90 (patch) | |
tree | edbb71fe23d5cfd0239a779bb34bedc09b1cebc1 /content/browser/plugin_service_impl_browsertest.cc | |
parent | eddcf7509987e51913654904fc024c0e43c88c72 (diff) | |
download | chromium_src-ce967866566cf4724c4029b1d21999a80a6d2a90.zip chromium_src-ce967866566cf4724c4029b1d21999a80a6d2a90.tar.gz chromium_src-ce967866566cf4724c4029b1d21999a80a6d2a90.tar.bz2 |
Move resource_context.h to content/public/browser. Remove the workaround in its destructor since it's not needed anymore (the bug has been fixed).
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9371025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121323 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 0b2da49..5081a22 100644 --- a/content/browser/plugin_service_impl_browsertest.cc +++ b/content/browser/plugin_service_impl_browsertest.cc @@ -12,7 +12,7 @@ #include "chrome/test/base/in_process_browser_test.h" #include "chrome/test/base/testing_profile.h" #include "chrome/test/base/ui_test_utils.h" -#include "content/browser/resource_context.h" +#include "content/public/browser/resource_context.h" #include "content/public/common/content_switches.h" #include "content/test/test_browser_thread.h" #include "testing/gmock/include/gmock/gmock.h" |