Index: content/shell/browser/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc |
similarity index 97% |
rename from content/shell/shell_browser_context.cc |
rename to content/shell/browser/shell_browser_context.cc |
index 1c8935507bf29c49f625826362488fd28e4268a1..6e70743e04c48db801ed602a8cc0e5ab83b762e0 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.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_browser_context.h" |
+#include "content/shell/browser/shell_browser_context.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
@@ -15,9 +15,9 @@ |
#include "content/public/browser/resource_context.h" |
#include "content/public/browser/storage_partition.h" |
#include "content/public/common/content_switches.h" |
+#include "content/shell/browser/shell_download_manager_delegate.h" |
+#include "content/shell/browser/shell_url_request_context_getter.h" |
#include "content/shell/common/shell_switches.h" |
-#include "content/shell/shell_download_manager_delegate.h" |
-#include "content/shell/shell_url_request_context_getter.h" |
#if defined(OS_WIN) |
#include "base/base_paths_win.h" |