Chromium Code Reviews| Index: ceee/installer_dll/installer_helper.cc |
| =================================================================== |
| --- ceee/installer_dll/installer_helper.cc (revision 69165) |
| +++ ceee/installer_dll/installer_helper.cc (working copy) |
| @@ -263,7 +263,7 @@ |
| } |
| // We create the "ap" value if it doesn't exist. |
| - installer::ChannelInfo channel_info; |
| + installer_util::ChannelInfo channel_info; |
| channel_info.Initialize(key); |
| if (channel_info.SetCeee(new_value) && !channel_info.Write(&key)) { |