Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4855)

Unified Diff: chrome/installer/util/google_chrome_sxs_distribution.h

Issue 5756007: Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/google_chrome_sxs_distribution.h
===================================================================
--- chrome/installer/util/google_chrome_sxs_distribution.h (revision 69165)
+++ 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 {
+namespace installer_util {
class MasterPreferences;
}
@@ -38,7 +38,7 @@
// Disallow construction from non-friends.
explicit GoogleChromeSxSDistribution(
- const installer::MasterPreferences& prefs);
+ const installer_util::MasterPreferences& prefs);
};
#endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
« no previous file with comments | « chrome/installer/util/google_chrome_distribution_unittest.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698