Chromium Code Reviews

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

Issue 5738009: Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... (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
« no previous file with comments | « chrome/installer/util/channel_info_unittest.cc ('k') | chrome/installer/util/chrome_frame_distribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/chrome_frame_distribution.h
===================================================================
--- chrome/installer/util/chrome_frame_distribution.h (revision 69167)
+++ chrome/installer/util/chrome_frame_distribution.h (working copy)
@@ -14,7 +14,7 @@
#include "chrome/installer/util/browser_distribution.h"
#include "chrome/installer/util/util_constants.h"
-namespace installer_util {
+namespace installer {
class MasterPreferences;
}
@@ -54,7 +54,7 @@
// Update ap value. We implement this simply to have the same behaviour re.
// the ap value.
virtual void UpdateDiffInstallStatus(bool system_install,
- bool incremental_install, installer_util::InstallStatus install_status);
+ bool incremental_install, installer::InstallStatus install_status);
virtual std::vector<FilePath> GetKeyFiles();
@@ -67,7 +67,7 @@
// Disallow construction from non-friends.
explicit ChromeFrameDistribution(
- const installer_util::MasterPreferences& prefs);
+ const installer::MasterPreferences& prefs);
// Determines whether this Chrome Frame distribution is being used to work
// with CEEE bits as well.
« no previous file with comments | « chrome/installer/util/channel_info_unittest.cc ('k') | chrome/installer/util/chrome_frame_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine