| Index: chrome/browser/chrome_browser_field_trials_desktop.cc
|
| diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| index 520c842968502607bb4020c6ea00824bf329e8bf..2f2b2c12d06089425b6ca182e4acb32e8426813b 100644
|
| --- a/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| +++ b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/string_util.h"
|
| #include "chrome/browser/auto_launch_trial.h"
|
| +#include "chrome/browser/google/google_brand.h"
|
| #include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/omnibox/omnibox_field_trial.h"
|
| #include "chrome/browser/prerender/prerender_field_trial.h"
|
| @@ -38,7 +39,7 @@ namespace {
|
|
|
| void AutoLaunchChromeFieldTrial() {
|
| std::string brand;
|
| - google_util::GetBrand(&brand);
|
| + google_brand::GetBrand(&brand);
|
|
|
| // Create a 100% field trial based on the brand code.
|
| if (auto_launch_trial::IsInExperimentGroup(brand)) {
|
|
|