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

Unified Diff: chrome/browser/webui/file_browse_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 | « chrome/browser/webui/downloads_ui.h ('k') | chrome/browser/webui/flags_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webui/file_browse_browsertest.cc
diff --git a/chrome/browser/webui/file_browse_browsertest.cc b/chrome/browser/webui/file_browse_browsertest.cc
index a58084473b2c32c52a034731ae20af5b8976c03f..030b221a05ff376e49d62fb1ed01919fad8bdc23 100644
--- a/chrome/browser/webui/file_browse_browsertest.cc
+++ b/chrome/browser/webui/file_browse_browsertest.cc
@@ -7,12 +7,12 @@
#include "chrome/browser/tab_contents/navigation_controller.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/ui/views/html_dialog_view.h"
-#include "chrome/browser/webui/web_ui.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/notification_registrar.h"
#include "chrome/common/url_constants.h"
#include "chrome/test/in_process_browser_test.h"
#include "chrome/test/ui_test_utils.h"
+#include "content/browser/webui/web_ui.h"
#include "net/test/test_server.h"
namespace {
« no previous file with comments | « chrome/browser/webui/downloads_ui.h ('k') | chrome/browser/webui/flags_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698