Index: remoting/host/config_file_watcher.h |
diff --git a/remoting/host/config_file_watcher.h b/remoting/host/config_file_watcher.h |
index f6fe266c8307842f8e78e09e9bf12ba207a6d077..fcb2591d58fc0f206e9ec2bcaeb456e1562b7ce5 100644 |
--- a/remoting/host/config_file_watcher.h |
+++ b/remoting/host/config_file_watcher.h |
@@ -16,7 +16,10 @@ class SingleThreadTaskRunner; |
namespace remoting { |
-extern const char kHostConfigSwitchName[]; |
+namespace { |
+const char kHostConfigSwitchName[] = "host-config"; |
+} |
+ |
extern const base::FilePath::CharType kDefaultHostConfigFile[]; |
class ConfigFileWatcherImpl; |