Index: remoting/host/plugin/daemon_installer_win.cc |
diff --git a/remoting/host/plugin/daemon_installer_win.cc b/remoting/host/plugin/daemon_installer_win.cc |
index 6eedd967f35bf19166b8eb813557554214c58d11..d759f43edb1647bae48583e4f96b950a1d68feec 100644 |
--- a/remoting/host/plugin/daemon_installer_win.cc |
+++ b/remoting/host/plugin/daemon_installer_win.cc |
@@ -24,6 +24,8 @@ namespace omaha { |
#include "google_update/google_update_idl.h" |
} // namespace omaha |
+#include "remoting/host/constants.h" |
+ |
using base::win::ScopedBstr; |
using base::win::ScopedComPtr; |
@@ -44,10 +46,6 @@ const char16 kGoogleUpdateCommandLineFormat[] = |
TO_L_STRING("\"%ls\" /install \"bundlename=Chromoting%%20Host&appguid=%ls&") |
TO_L_STRING("appname=Chromoting%%20Host&needsadmin=True&lang=%ls\""); |
-// The Omaha Appid of the host. |
-const char16 kOmahaAppid[] = |
- TO_L_STRING("{b210701e-ffc4-49e3-932b-370728c72662}"); |
- |
// TODO(alexeypa): Get the desired laungage from the web app. |
const char16 kOmahaLanguage[] = TO_L_STRING("en"); |