Index: content/shell/browser/shell_message_filter.cc |
diff --git a/content/shell/shell_message_filter.cc b/content/shell/browser/shell_message_filter.cc |
similarity index 94% |
rename from content/shell/shell_message_filter.cc |
rename to content/shell/browser/shell_message_filter.cc |
index 7bfe82671be694341be6210461a83347a57e0094..d291d98cdb2fcad09e3f4ef6059636ecbee9ef17 100644 |
--- a/content/shell/shell_message_filter.cc |
+++ b/content/shell/browser/shell_message_filter.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/shell_message_filter.h" |
+#include "content/shell/browser/shell_message_filter.h" |
#include "base/file_util.h" |
#include "base/threading/thread_restrictions.h" |
#include "content/public/browser/child_process_security_policy.h" |
+#include "content/shell/browser/shell_browser_context.h" |
+#include "content/shell/browser/shell_content_browser_client.h" |
+#include "content/shell/browser/shell_network_delegate.h" |
#include "content/shell/common/shell_messages.h" |
-#include "content/shell/shell_browser_context.h" |
-#include "content/shell/shell_content_browser_client.h" |
-#include "content/shell/shell_network_delegate.h" |
#include "net/base/net_errors.h" |
#include "net/cookies/cookie_monster.h" |
#include "net/url_request/url_request_context.h" |