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

Unified Diff: content/browser/webui/web_ui_browsertest.cc

Issue 6575054: WebUI: Move the core files of WebUI from chrome/browser/webui to content/webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 10 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
« no previous file with comments | « content/browser/webui/web_ui_browsertest.h ('k') | content/browser/webui/web_ui_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui_browsertest.cc
diff --git a/chrome/browser/webui/web_ui_browsertest.cc b/content/browser/webui/web_ui_browsertest.cc
similarity index 98%
rename from chrome/browser/webui/web_ui_browsertest.cc
rename to content/browser/webui/web_ui_browsertest.cc
index e94c979a593d6bdcb2fe3675e0b3b6642af1e580..18836c31cd44359199775e48fa8f16e0fcbab433 100644
--- a/chrome/browser/webui/web_ui_browsertest.cc
+++ b/content/browser/webui/web_ui_browsertest.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 "chrome/browser/webui/web_ui_browsertest.h"
+#include "content/browser/webui/web_ui_browsertest.h"
#include "base/path_service.h"
#include "chrome/browser/tab_contents/tab_contents.h"
« no previous file with comments | « content/browser/webui/web_ui_browsertest.h ('k') | content/browser/webui/web_ui_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698