Index: content/shell/browser/shell_url_request_context_getter.cc |
diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/browser/shell_url_request_context_getter.cc |
similarity index 98% |
rename from content/shell/shell_url_request_context_getter.cc |
rename to content/shell/browser/shell_url_request_context_getter.cc |
index 969ba3d1e2c141e61bb7ebbcb76e5bb24aaa7286..e9c1805fadda8c983fdcd80329d4779f8d308f50 100644 |
--- a/content/shell/shell_url_request_context_getter.cc |
+++ b/content/shell/browser/shell_url_request_context_getter.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_url_request_context_getter.h" |
+#include "content/shell/browser/shell_url_request_context_getter.h" |
#include "base/command_line.h" |
#include "base/logging.h" |
@@ -14,8 +14,8 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/url_constants.h" |
+#include "content/shell/browser/shell_network_delegate.h" |
#include "content/shell/common/shell_switches.h" |
-#include "content/shell/shell_network_delegate.h" |
#include "net/base/cache_type.h" |
#include "net/cert/cert_verifier.h" |
#include "net/cookies/cookie_monster.h" |