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

Unified Diff: chrome/browser/webui/options/options_ui.h

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
Index: chrome/browser/webui/options/options_ui.h
diff --git a/chrome/browser/webui/options/options_ui.h b/chrome/browser/webui/options/options_ui.h
index e708b6cfa5b700e39cb9db3db1228ad21010c08a..7f04c55834ef9facfe62d008c115ca4cf1dd0a22 100644
--- a/chrome/browser/webui/options/options_ui.h
+++ b/chrome/browser/webui/options/options_ui.h
@@ -10,10 +10,10 @@
#include "base/scoped_ptr.h"
#include "chrome/browser/webui/chrome_url_data_manager.h"
-#include "chrome/browser/webui/web_ui.h"
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
#include "chrome/common/notification_type.h"
+#include "content/browser/webui/web_ui.h"
class GURL;
class PrefService;

Powered by Google App Engine
This is Rietveld 408576698