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

Unified Diff: content/shell/browser/webkit_test_controller.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/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 {
« no previous file with comments | « content/shell/browser/webkit_test_controller.h ('k') | content/shell/geolocation/shell_access_token_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698