diff options
Diffstat (limited to 'remoting/host/config_file_watcher.h')
-rw-r--r-- | remoting/host/config_file_watcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/config_file_watcher.h b/remoting/host/config_file_watcher.h index 83e971a..9762296 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_; |