Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: remoting/host/config_file_watcher.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/branding.cc ('k') | remoting/host/config_file_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/host/branding.cc ('k') | remoting/host/config_file_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698