Index: ceee/common/install_utils.cc |
=================================================================== |
--- ceee/common/install_utils.cc (revision 68996) |
+++ ceee/common/install_utils.cc (working copy) |
@@ -13,7 +13,7 @@ |
#include "base/path_service.h" |
#include "chrome/installer/util/util_constants.h" |
-namespace installer_util { |
+namespace installer { |
namespace switches { |
// TODO(joi@chromium.org) Move to chrome/installer/util_constants.h |
// when we refactor this logic to be in the installer rather than |
@@ -43,10 +43,10 @@ |
// also be provided. |
CommandLine current_command_line(CommandLine::NO_PROGRAM); |
current_command_line.ParseFromString(::GetCommandLine()); |
- if (current_command_line.HasSwitch(installer_util::switches::kEnableCeee) && |
- current_command_line.HasSwitch(installer_util::switches::kChromeFrame) && |
+ if (current_command_line.HasSwitch(installer::switches::kEnableCeee) && |
+ current_command_line.HasSwitch(installer::switches::kChromeFrame) && |
(!check_firefox || current_command_line.HasSwitch( |
- installer_util::switches::kEnableFfCeee))) { |
+ installer::switches::kEnableFfCeee))) { |
return true; |
} else { |
return false; |