Index: content/test/content_browser_test.cc |
diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc |
index fb0cb6d91dfafd251a37bf18936d256ff40b331a..2155cb3848791f2e98a8fde23c2b70fbf97abd89 100644 |
--- a/content/test/content_browser_test.cc |
+++ b/content/test/content_browser_test.cc |
@@ -14,11 +14,11 @@ |
#include "content/public/common/content_switches.h" |
#include "content/public/common/url_constants.h" |
#include "content/shell/app/shell_main_delegate.h" |
+#include "content/shell/browser/shell.h" |
+#include "content/shell/browser/shell_browser_context.h" |
+#include "content/shell/browser/shell_content_browser_client.h" |
#include "content/shell/common/shell_switches.h" |
#include "content/shell/renderer/shell_content_renderer_client.h" |
-#include "content/shell/shell.h" |
-#include "content/shell/shell_browser_context.h" |
-#include "content/shell/shell_content_browser_client.h" |
#include "content/test/test_content_client.h" |
#include "net/test/embedded_test_server/embedded_test_server.h" |