| Index: content/browser/tab_contents/interstitial_page.cc
|
| diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc
|
| index 0dd06ea31b4b0076e712f5d52b8f8e5148559036..b81ec28539eecb8931e7171e31cd98af33592bd6 100644
|
| --- a/content/browser/tab_contents/interstitial_page.cc
|
| +++ b/content/browser/tab_contents/interstitial_page.cc
|
| @@ -19,8 +19,6 @@
|
| #include "chrome/common/bindings_policy.h"
|
| #include "chrome/common/dom_storage_common.h"
|
| #include "chrome/common/net/url_request_context_getter.h"
|
| -#include "chrome/common/notification_service.h"
|
| -#include "chrome/common/notification_source.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| @@ -31,6 +29,8 @@
|
| #include "content/browser/tab_contents/navigation_entry.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| +#include "content/common/notification_service.h"
|
| +#include "content/common/notification_source.h"
|
| #include "net/base/escape.h"
|
|
|
| #if defined(TOOLKIT_GTK)
|
|
|