Index: chrome/installer/util/google_chrome_sxs_distribution.h |
=================================================================== |
--- chrome/installer/util/google_chrome_sxs_distribution.h (revision 69167) |
+++ chrome/installer/util/google_chrome_sxs_distribution.h (working copy) |
@@ -11,7 +11,7 @@ |
#include "chrome/installer/util/l10n_string_util.h" |
#include "chrome/installer/util/util_constants.h" |
-namespace installer_util { |
+namespace installer { |
class MasterPreferences; |
} |
@@ -38,7 +38,7 @@ |
// Disallow construction from non-friends. |
explicit GoogleChromeSxSDistribution( |
- const installer_util::MasterPreferences& prefs); |
+ const installer::MasterPreferences& prefs); |
}; |
#endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_ |