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

Unified Diff: chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc

Issue 816403003: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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/net/cookie_store_util.cc ('k') | chrome/browser/net/proxy_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc
diff --git a/chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc b/chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc
index 1cc1be6809ee51863d0003a8f473c1ae7c6bc6e0..63445b8ae1741798fc91f14964137b23ce1f164e 100644
--- a/chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc
+++ b/chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc
@@ -326,7 +326,7 @@ class PrefProxyConfigTrackerImplCommandLineTest
testing::TestWithParam<CommandLineTestParams> > {
protected:
PrefProxyConfigTrackerImplCommandLineTest()
- : command_line_(CommandLine::NO_PROGRAM) {}
+ : command_line_(base::CommandLine::NO_PROGRAM) {}
void SetUp() override {
for (size_t i = 0; i < arraysize(GetParam().switches); i++) {
@@ -345,7 +345,7 @@ class PrefProxyConfigTrackerImplCommandLineTest
}
private:
- CommandLine command_line_;
+ base::CommandLine command_line_;
scoped_ptr<PrefService> pref_service_;
};
« no previous file with comments | « chrome/browser/net/cookie_store_util.cc ('k') | chrome/browser/net/proxy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698