Index: content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
diff --git a/content/shell/shell_resource_dispatcher_host_delegate.cc b/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
similarity index 90% |
rename from content/shell/shell_resource_dispatcher_host_delegate.cc |
rename to content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
index 1637eddef4aff608a4c114ecd0271a88ee01c5ef..2e0e4907a4d9824955a06802caeb928249dc4d71 100644 |
--- a/content/shell/shell_resource_dispatcher_host_delegate.cc |
+++ b/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/shell_resource_dispatcher_host_delegate.h" |
+#include "content/shell/browser/shell_resource_dispatcher_host_delegate.h" |
#include "base/command_line.h" |
+#include "content/shell/browser/shell_login_dialog.h" |
#include "content/shell/common/shell_switches.h" |
-#include "content/shell/shell_login_dialog.h" |
namespace content { |