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

Unified Diff: chrome/browser/webui/options/options_managed_banner_handler.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 | « chrome/browser/webui/options/autofill_options_handler.cc ('k') | chrome/browser/webui/options/options_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webui/options/options_managed_banner_handler.cc
diff --git a/chrome/browser/webui/options/options_managed_banner_handler.cc b/chrome/browser/webui/options/options_managed_banner_handler.cc
index 25cf5a3bc00002b4e15d6749bb1cecab96880538..43f59d0c51aa377e889a592ffa4b33ac4ded41b6 100644
--- a/chrome/browser/webui/options/options_managed_banner_handler.cc
+++ b/chrome/browser/webui/options/options_managed_banner_handler.cc
@@ -7,7 +7,7 @@
#include "base/utf_string_conversions.h"
#include "base/values.h"
#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/webui/web_ui.h"
+#include "content/browser/webui/web_ui.h"
OptionsManagedBannerHandler::OptionsManagedBannerHandler(
WebUI* web_ui, const string16& page_name, OptionsPage page)
« no previous file with comments | « chrome/browser/webui/options/autofill_options_handler.cc ('k') | chrome/browser/webui/options/options_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698