Index: chrome/installer/util/google_update_settings.h |
=================================================================== |
--- chrome/installer/util/google_update_settings.h (revision 68996) |
+++ chrome/installer/util/google_update_settings.h (working copy) |
@@ -10,7 +10,7 @@ |
#include "base/basictypes.h" |
-namespace installer_util { |
+namespace installer { |
class ChannelInfo; |
} |
@@ -108,7 +108,7 @@ |
// Returns true if |value| is modified. |
static bool UpdateGoogleUpdateApKey(bool diff_install, |
int install_return_code, |
- installer_util::ChannelInfo* value); |
+ installer::ChannelInfo* value); |
// For system-level installs, we need to be able to communicate the results |
// of the Toast Experiments back to Google Update. The problem is just that |