Index: content/shell/browser/webkit_test_controller.cc |
diff --git a/content/shell/webkit_test_controller.cc b/content/shell/browser/webkit_test_controller.cc |
similarity index 98% |
rename from content/shell/webkit_test_controller.cc |
rename to content/shell/browser/webkit_test_controller.cc |
index 147367e4787dbef703d794da678982f3192e6b3f..842205195e849bb7885631d82e35f72b6f108fc9 100644 |
--- a/content/shell/webkit_test_controller.cc |
+++ b/content/shell/browser/webkit_test_controller.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/webkit_test_controller.h" |
+#include "content/shell/browser/webkit_test_controller.h" |
#include <iostream> |
@@ -24,12 +24,12 @@ |
#include "content/public/browser/web_contents.h" |
#include "content/public/browser/web_contents_view.h" |
#include "content/public/common/content_switches.h" |
+#include "content/shell/browser/shell.h" |
+#include "content/shell/browser/shell_browser_context.h" |
+#include "content/shell/browser/shell_content_browser_client.h" |
#include "content/shell/common/shell_messages.h" |
#include "content/shell/common/shell_switches.h" |
#include "content/shell/common/webkit_test_helpers.h" |
-#include "content/shell/shell.h" |
-#include "content/shell/shell_browser_context.h" |
-#include "content/shell/shell_content_browser_client.h" |
#include "ui/gfx/codec/png_codec.h" |
namespace content { |