| Index: remoting/host/config_file_watcher.h
|
| diff --git a/remoting/host/config_file_watcher.h b/remoting/host/config_file_watcher.h
|
| index 83e971a4f1095acc5662e63c9004cdbdafc05a8b..97622969c4ecadebe0fa6bd7c1e08d0f1e496eb4 100644
|
| --- a/remoting/host/config_file_watcher.h
|
| +++ b/remoting/host/config_file_watcher.h
|
| @@ -17,7 +17,7 @@ class SingleThreadTaskRunner;
|
| namespace remoting {
|
|
|
| extern const char kHostConfigSwitchName[];
|
| -extern const FilePath::CharType kDefaultHostConfigFile[];
|
| +extern const base::FilePath::CharType kDefaultHostConfigFile[];
|
|
|
| class ConfigFileWatcherImpl;
|
|
|
| @@ -44,7 +44,7 @@ class ConfigFileWatcher {
|
| virtual ~ConfigFileWatcher();
|
|
|
| // Starts watching |config_path|.
|
| - void Watch(const FilePath& config_path);
|
| + void Watch(const base::FilePath& config_path);
|
|
|
| private:
|
| scoped_refptr<ConfigFileWatcherImpl> impl_;
|
|
|