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

Unified Diff: chrome/test/mini_installer_test/switch_builder.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/mini_installer_test/installer_test_util.h ('k') | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer_test/switch_builder.h
diff --git a/chrome/test/mini_installer_test/switch_builder.h b/chrome/test/mini_installer_test/switch_builder.h
index 017c088a920088f6eb3c1fc44ad63aae49d8283b..94d039ff25cbee74ebc1f961a4e9b81b3c63b7f9 100644
--- a/chrome/test/mini_installer_test/switch_builder.h
+++ b/chrome/test/mini_installer_test/switch_builder.h
@@ -16,7 +16,7 @@ class SwitchBuilder {
SwitchBuilder();
~SwitchBuilder();
- const CommandLine& GetSwitches() const;
+ const base::CommandLine& GetSwitches() const;
SwitchBuilder& AddChrome();
SwitchBuilder& AddChromeFrame();
@@ -24,7 +24,7 @@ class SwitchBuilder {
SwitchBuilder& AddSystemInstall();
private:
- CommandLine switches_;
+ base::CommandLine switches_;
DISALLOW_COPY_AND_ASSIGN(SwitchBuilder);
};
« no previous file with comments | « chrome/test/mini_installer_test/installer_test_util.h ('k') | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698