summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_plugin_browsing_context.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 21:11:53 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 21:11:53 +0000
commitf20d733f2788dc6b1c28e02b15790bae2332eafd (patch)
tree95ecd9a7a1eef28b16451ea9311cba2ab9401fa5 /chrome/browser/chrome_plugin_browsing_context.cc
parentd806f5cf7db551882c4b3ca5db6eedd184a58164 (diff)
downloadchromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.zip
chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.tar.gz
chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.tar.bz2
Update a bunch of files to the new location of notification files.
First part of the remaining files. BUG=None TEST=None Review URL: http://codereview.chromium.org/6649001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_plugin_browsing_context.cc')
-rw-r--r--chrome/browser/chrome_plugin_browsing_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_browsing_context.cc b/chrome/browser/chrome_plugin_browsing_context.cc
index a1d02f3..380f074 100644
--- a/chrome/browser/chrome_plugin_browsing_context.cc
+++ b/chrome/browser/chrome_plugin_browsing_context.cc
@@ -6,8 +6,8 @@
#include "base/message_loop.h"
#include "base/singleton.h"
-#include "chrome/common/notification_service.h"
#include "content/browser/browser_thread.h"
+#include "content/common/notification_service.h"
CPBrowsingContextManager* CPBrowsingContextManager::GetInstance() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));