Index: content/shell/shell.cc |
diff --git a/content/shell/shell.cc b/content/shell/shell.cc |
index 5eac7afef2b85b9c9fc803a0418d5f133eee427f..2288f67f4b504fc04ff2594395f987756a0ff640 100644 |
--- a/content/shell/shell.cc |
+++ b/content/shell/shell.cc |
@@ -8,13 +8,13 @@ |
#include "base/command_line.h" |
#include "base/message_loop.h" |
#include "base/path_service.h" |
-#include "base/stringprintf.h" |
#include "base/string_number_conversions.h" |
#include "base/string_util.h" |
+#include "base/stringprintf.h" |
#include "base/utf_string_conversions.h" |
#include "content/public/browser/devtools_manager.h" |
-#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/navigation_controller.h" |
+#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/browser/notification_types.h" |
@@ -22,13 +22,13 @@ |
#include "content/public/browser/web_contents.h" |
#include "content/public/browser/web_contents_view.h" |
#include "content/public/common/renderer_preferences.h" |
+#include "content/shell/common/shell_messages.h" |
+#include "content/shell/common/shell_switches.h" |
#include "content/shell/notify_done_forwarder.h" |
#include "content/shell/shell_browser_main_parts.h" |
#include "content/shell/shell_content_browser_client.h" |
#include "content/shell/shell_devtools_frontend.h" |
#include "content/shell/shell_javascript_dialog_manager.h" |
-#include "content/shell/shell_messages.h" |
-#include "content/shell/shell_switches.h" |
#include "content/shell/webkit_test_controller.h" |
// Content area size for newly created windows. |