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

Unified Diff: chrome/test/data/webui/print_preview.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/test/chromedriver/chrome_launcher.h ('k') | chrome/test/mini_installer_test/installer_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview.h
diff --git a/chrome/test/data/webui/print_preview.h b/chrome/test/data/webui/print_preview.h
index 0d4386cf4030f26b3b31ea16dddf2f777b8c6329..599f4d51ef3c3a3693b64bb3e761dfdd158481aa 100644
--- a/chrome/test/data/webui/print_preview.h
+++ b/chrome/test/data/webui/print_preview.h
@@ -14,7 +14,7 @@ class PrintPreviewWebUITest : public WebUIBrowserTest {
private:
// WebUIBrowserTest implementation.
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(PrintPreviewWebUITest);
};
« no previous file with comments | « chrome/test/chromedriver/chrome_launcher.h ('k') | chrome/test/mini_installer_test/installer_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698