Chromium Code Reviews

Unified Diff: chrome/installer/util/google_chrome_distribution_unittest.cc

Issue 5729004: Merge the installer, installer_util and setup_util namespaces into a single i... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/installer/util/google_chrome_distribution_unittest.cc
===================================================================
--- chrome/installer/util/google_chrome_distribution_unittest.cc (revision 68996)
+++ 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_util::MasterPreferences& prefs =
- installer_util::MasterPreferences::ForCurrentProcess();
+ const installer::MasterPreferences& prefs =
+ installer::MasterPreferences::ForCurrentProcess();
GoogleChromeDistribution* dist = static_cast<GoogleChromeDistribution*>(
BrowserDistribution::GetSpecificDistribution(

Powered by Google App Engine