diff options
Diffstat (limited to 'chrome/browser/notifications/notification_object_proxy.cc')
-rw-r--r-- | chrome/browser/notifications/notification_object_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/notification_object_proxy.cc b/chrome/browser/notifications/notification_object_proxy.cc index 34185e5..6b10afe 100644 --- a/chrome/browser/notifications/notification_object_proxy.cc +++ b/chrome/browser/notifications/notification_object_proxy.cc @@ -7,7 +7,7 @@ #include "base/message_loop.h" #include "base/string16.h" #include "chrome/browser/browser_process.h" -#include "chrome/browser/chrome_thread.h" +#include "chrome/browser/browser_thread.h" #include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/common/render_messages.h" |