Index: chrome/browser/translate/translate_manager.cc |
diff --git a/chrome/browser/translate/translate_manager.cc b/chrome/browser/translate/translate_manager.cc |
index ab0ac22ebe1ef536f7f7b26342f69c04855e43f5..23b57aefbdef977f79bceaefce4d0c1af5323361 100644 |
--- a/chrome/browser/translate/translate_manager.cc |
+++ b/chrome/browser/translate/translate_manager.cc |
@@ -22,10 +22,6 @@ |
#include "chrome/browser/translate/translate_prefs.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/notification_details.h" |
-#include "chrome/common/notification_service.h" |
-#include "chrome/common/notification_source.h" |
-#include "chrome/common/notification_type.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/translate_errors.h" |
@@ -36,6 +32,10 @@ |
#include "content/browser/tab_contents/navigation_controller.h" |
#include "content/browser/tab_contents/navigation_entry.h" |
#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/common/notification_details.h" |
+#include "content/common/notification_service.h" |
+#include "content/common/notification_source.h" |
+#include "content/common/notification_type.h" |
#include "grit/browser_resources.h" |
#include "net/base/escape.h" |
#include "net/url_request/url_request_status.h" |