| Index: components/google/core/browser/google_util.cc
|
| diff --git a/components/google/core/browser/google_util.cc b/components/google/core/browser/google_util.cc
|
| index 800b1bcdcf4c8ba56cfb8ebde5a76c30a256fd5e..a1cf2f2c279a4285b03d83f48dd75579837d9ebf 100644
|
| --- a/components/google/core/browser/google_util.cc
|
| +++ b/components/google/core/browser/google_util.cc
|
| @@ -147,7 +147,7 @@ GURL CommandLineGoogleBaseURL() {
|
| CR_DEFINE_STATIC_LOCAL(std::string, switch_value, ());
|
| CR_DEFINE_STATIC_LOCAL(GURL, base_url, ());
|
| std::string current_switch_value(
|
| - CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kGoogleBaseURL));
|
| if (current_switch_value != switch_value) {
|
| switch_value = current_switch_value;
|
|
|