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 d60bde78c6665adae46775097ae83695fb4a0c4d..abb05abf6902ebf163327872b9e7fe9deb0cb873 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -68,7 +68,6 @@ |
#include "chrome/common/extensions/url_pattern.h" |
#include "chrome/common/navigation_types.h" |
#include "chrome/common/net/url_request_context_getter.h" |
-#include "chrome/common/notification_service.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/render_messages_params.h" |
@@ -89,6 +88,7 @@ |
#include "content/browser/tab_contents/tab_contents_observer.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
#include "content/browser/webui/web_ui.h" |
+#include "content/common/notification_service.h" |
#include "net/base/net_util.h" |
#include "net/base/registry_controlled_domain.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |