| Index: components/google/core/browser/google_url_tracker.cc
|
| diff --git a/components/google/core/browser/google_url_tracker.cc b/components/google/core/browser/google_url_tracker.cc
|
| index be9296be696573021940438f0a60660892930e6e..8896629b6bd24a02fad6f215195f7486531f45be 100644
|
| --- a/components/google/core/browser/google_url_tracker.cc
|
| +++ b/components/google/core/browser/google_url_tracker.cc
|
| @@ -233,7 +233,8 @@ void GoogleURLTracker::StartFetchIfDesirable() {
|
| // specified a Google base URL manually, we shouldn't bother to look up any
|
| // alternatives or offer to switch to them.
|
| if (!client_->IsBackgroundNetworkingEnabled() ||
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kGoogleBaseURL))
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kGoogleBaseURL))
|
| return;
|
|
|
| already_fetched_ = true;
|
|
|