summaryrefslogtreecommitdiffstats
path: root/ceee/installer_dll/installer_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/installer_dll/installer_helper.cc')
-rw-r--r--ceee/installer_dll/installer_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceee/installer_dll/installer_helper.cc b/ceee/installer_dll/installer_helper.cc
index a435e17..003bb9f 100644
--- a/ceee/installer_dll/installer_helper.cc
+++ b/ceee/installer_dll/installer_helper.cc
@@ -263,7 +263,7 @@ HRESULT SetCeeeChannelModifier(bool new_value) {
}
// We create the "ap" value if it doesn't exist.
- installer_util::ChannelInfo channel_info;
+ installer::ChannelInfo channel_info;
channel_info.Initialize(key);
if (channel_info.SetCeee(new_value) && !channel_info.Write(&key)) {