Index: remoting/host/branding.cc |
diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc |
index 0c3f38a3ebc58c670d812fa9954267378d530a2e..2e5519008a39a4ef7f50d910437a8454c1d3f0ba 100644 |
--- a/remoting/host/branding.cc |
+++ b/remoting/host/branding.cc |
@@ -34,6 +34,10 @@ const FilePath::CharType kConfigDir[] = |
namespace remoting { |
+#if defined(OS_WIN) |
+const char kWindowsServiceName[] = "chromoting"; |
+#endif |
+ |
FilePath GetConfigDir() { |
FilePath app_data_dir; |