| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 34365f388ced2268b3a30ef820f319ef0fbd4802..19b36c39510f622ec10dc774e0ec8b735e099e23 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/defaults.h"
|
| #include "chrome/browser/external_protocol_handler.h"
|
| #include "chrome/browser/load_from_memory_cache_details.h"
|
| -#include "chrome/browser/load_notification_details.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| #include "chrome/browser/notifications/desktop_notification_service_factory.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| @@ -34,6 +33,7 @@
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/host_zoom_map.h"
|
| #include "content/browser/in_process_webkit/session_storage_namespace.h"
|
| +#include "content/browser/load_notification_details.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/renderer_host/render_widget_host_view.h"
|
|
|