Index: chrome/installer/util/logging_installer.h |
=================================================================== |
--- chrome/installer/util/logging_installer.h (revision 69165) |
+++ chrome/installer/util/logging_installer.h (working copy) |
@@ -6,7 +6,7 @@ |
#define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ |
#pragma once |
-namespace installer { |
+namespace installer_util { |
class MasterPreferences; |
} |
@@ -15,13 +15,13 @@ |
namespace installer { |
// Call to initialize logging for Chrome installer. |
-void InitInstallerLogging(const installer::MasterPreferences& prefs); |
+void InitInstallerLogging(const installer_util::MasterPreferences& prefs); |
// Call when done using logging for Chrome installer. |
void EndInstallerLogging(); |
// Returns the full path of the log file. |
-FilePath GetLogFilePath(const installer::MasterPreferences& prefs); |
+FilePath GetLogFilePath(const installer_util::MasterPreferences& prefs); |
} // namespace installer |