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

Unified Diff: content/browser/webui/web_ui.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.h ('k') | content/browser/webui/web_ui_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui.cc
diff --git a/chrome/browser/webui/web_ui.cc b/content/browser/webui/web_ui.cc
similarity index 99%
rename from chrome/browser/webui/web_ui.cc
rename to content/browser/webui/web_ui.cc
index 5c5765323e5041487788d19d13ecfa3184a269ba..11e346e9c20340e33e78b4c786ff5c86d6b625ac 100644
--- a/chrome/browser/webui/web_ui.cc
+++ b/content/browser/webui/web_ui.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.h"
+#include "content/browser/webui/web_ui.h"
#include "base/i18n/rtl.h"
#include "base/json/json_writer.h"
« no previous file with comments | « content/browser/webui/web_ui.h ('k') | content/browser/webui/web_ui_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698