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

Unified Diff: chrome/browser/dom_ui/file_browse_browsertest.cc

Issue 5270010: Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/dock_info_gtk.cc ('k') | chrome/browser/extensions/extension_devtools_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/file_browse_browsertest.cc
===================================================================
--- chrome/browser/dom_ui/file_browse_browsertest.cc (revision 67673)
+++ chrome/browser/dom_ui/file_browse_browsertest.cc (working copy)
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/task.h"
#include "base/path_service.h"
#include "chrome/browser/dom_ui/dom_ui.h"
#include "chrome/browser/tab_contents/navigation_controller.h"
@@ -20,9 +21,9 @@
class FileBrowseBrowserTest : public InProcessBrowserTest {
public:
- FileBrowseBrowserTest() {
- EnableDOMAutomation();
- }
+ FileBrowseBrowserTest() {
+ EnableDOMAutomation();
+ }
};
class FileBrowseUiObserver : public NotificationObserver {
« no previous file with comments | « chrome/browser/dock_info_gtk.cc ('k') | chrome/browser/extensions/extension_devtools_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698