Index: remoting/host/win/omaha.h |
diff --git a/remoting/client/client_config.cc b/remoting/host/win/omaha.h |
similarity index 55% |
copy from remoting/client/client_config.cc |
copy to remoting/host/win/omaha.h |
index 85de1529ac3378bb40ad5f10fc63f51cd5e08945..d2d19e52c99cc110497ef79c0db788432ad38e9e 100644 |
--- a/remoting/client/client_config.cc |
+++ b/remoting/host/win/omaha.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "remoting/client/client_config.h" |
+#ifndef REMOTING_HOST_WIN_OMAHA_H_ |
+#define REMOTING_HOST_WIN_OMAHA_H_ |
namespace remoting { |
-ClientConfig::ClientConfig() { |
-} |
- |
-ClientConfig::~ClientConfig() { |
-} |
+// The Omaha Appid of the host. |
+extern const wchar_t kHostOmahaAppid[]; |
} // namespace remoting |
+ |
+#endif // REMOTING_HOST_WIN_OMAHA_H_ |