Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1039)

Unified Diff: content/shell/browser/shell_resource_dispatcher_host_delegate.cc

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698