Index: content/shell/browser/shell_download_manager_delegate.cc |
diff --git a/content/shell/shell_download_manager_delegate.cc b/content/shell/browser/shell_download_manager_delegate.cc |
similarity index 98% |
rename from content/shell/shell_download_manager_delegate.cc |
rename to content/shell/browser/shell_download_manager_delegate.cc |
index 624ece5849212e9addaddfa0dc921c34d65c4461..3f6c79a1e927910ef152a4b55a752c95121534c2 100644 |
--- a/content/shell/shell_download_manager_delegate.cc |
+++ b/content/shell/browser/shell_download_manager_delegate.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_download_manager_delegate.h" |
+#include "content/shell/browser/shell_download_manager_delegate.h" |
#if defined(TOOLKIT_GTK) |
#include <gtk/gtk.h> |
@@ -24,8 +24,8 @@ |
#include "content/public/browser/download_manager.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/browser/web_contents_view.h" |
+#include "content/shell/browser/webkit_test_controller.h" |
#include "content/shell/common/shell_switches.h" |
-#include "content/shell/webkit_test_controller.h" |
#include "net/base/net_util.h" |
namespace content { |