Index: content/shell/browser/shell_content_browser_client.cc |
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc |
similarity index 93% |
rename from content/shell/shell_content_browser_client.cc |
rename to content/shell/browser/shell_content_browser_client.cc |
index ac3795481de557b99add984d69dd2fbe4068b860..8354a15ac0847dd6cb659d4d25b0850c3964e792 100644 |
--- a/content/shell/shell_content_browser_client.cc |
+++ b/content/shell/browser/shell_content_browser_client.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/shell_content_browser_client.h" |
+#include "content/shell/browser/shell_content_browser_client.h" |
#include "base/command_line.h" |
#include "base/file_util.h" |
@@ -14,20 +14,20 @@ |
#include "content/public/browser/storage_partition.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/url_constants.h" |
+#include "content/shell/browser/shell.h" |
+#include "content/shell/browser/shell_browser_context.h" |
+#include "content/shell/browser/shell_browser_main_parts.h" |
+#include "content/shell/browser/shell_devtools_delegate.h" |
+#include "content/shell/browser/shell_message_filter.h" |
+#include "content/shell/browser/shell_net_log.h" |
+#include "content/shell/browser/shell_quota_permission_context.h" |
+#include "content/shell/browser/shell_resource_dispatcher_host_delegate.h" |
+#include "content/shell/browser/shell_web_contents_view_delegate_creator.h" |
+#include "content/shell/browser/webkit_test_controller.h" |
#include "content/shell/common/shell_messages.h" |
#include "content/shell/common/shell_switches.h" |
#include "content/shell/common/webkit_test_helpers.h" |
#include "content/shell/geolocation/shell_access_token_store.h" |
-#include "content/shell/shell.h" |
-#include "content/shell/shell_browser_context.h" |
-#include "content/shell/shell_browser_main_parts.h" |
-#include "content/shell/shell_devtools_delegate.h" |
-#include "content/shell/shell_message_filter.h" |
-#include "content/shell/shell_net_log.h" |
-#include "content/shell/shell_quota_permission_context.h" |
-#include "content/shell/shell_resource_dispatcher_host_delegate.h" |
-#include "content/shell/shell_web_contents_view_delegate_creator.h" |
-#include "content/shell/webkit_test_controller.h" |
#include "net/url_request/url_request_context_getter.h" |
#include "url/gurl.h" |
#include "webkit/common/webpreferences.h" |