summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl_browsertest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 22:47:05 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 22:47:05 +0000
commitce967866566cf4724c4029b1d21999a80a6d2a90 (patch)
treeedbb71fe23d5cfd0239a779bb34bedc09b1cebc1 /content/browser/plugin_service_impl_browsertest.cc
parenteddcf7509987e51913654904fc024c0e43c88c72 (diff)
downloadchromium_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.cc2
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"