summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notification_object_proxy.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:47:53 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:47:53 +0000
commit5f945a0ef81a6f4d90f53159a425118593e2fa0c (patch)
tree6d5d3efd0dbfb721cb14cebb0c6b3d7d77f065f0 /chrome/browser/notifications/notification_object_proxy.cc
parent314c4b130d871db6929c012f5650dc29073923d8 (diff)
downloadchromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.zip
chromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.tar.gz
chromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.tar.bz2
Update a bunch of files to the new location of browser_thread.h
TBR=avi Review URL: http://codereview.chromium.org/6591065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/notification_object_proxy.cc')
-rw-r--r--chrome/browser/notifications/notification_object_proxy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/notification_object_proxy.cc b/chrome/browser/notifications/notification_object_proxy.cc
index b81dc95..ac90cc8 100644
--- a/chrome/browser/notifications/notification_object_proxy.cc
+++ b/chrome/browser/notifications/notification_object_proxy.cc
@@ -6,9 +6,9 @@
#include "base/message_loop.h"
#include "base/string16.h"
-#include "chrome/browser/browser_thread.h"
-#include "chrome/browser/renderer_host/render_view_host.h"
#include "chrome/common/render_messages.h"
+#include "content/browser/browser_thread.h"
+#include "content/browser/renderer_host/render_view_host.h"
NotificationObjectProxy::NotificationObjectProxy(int process_id, int route_id,
int notification_id, bool worker)