| Index: chrome/installer/util/google_chrome_distribution_unittest.cc
|
| ===================================================================
|
| --- chrome/installer/util/google_chrome_distribution_unittest.cc (revision 69165)
|
| +++ chrome/installer/util/google_chrome_distribution_unittest.cc (working copy)
|
| @@ -52,8 +52,8 @@
|
| ASSERT_TRUE(root.get());
|
| std::wstring uninstall_metrics_string;
|
|
|
| - const installer::MasterPreferences& prefs =
|
| - installer::MasterPreferences::ForCurrentProcess();
|
| + const installer_util::MasterPreferences& prefs =
|
| + installer_util::MasterPreferences::ForCurrentProcess();
|
|
|
| GoogleChromeDistribution* dist = static_cast<GoogleChromeDistribution*>(
|
| BrowserDistribution::GetSpecificDistribution(
|
|
|