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

Unified Diff: remoting/host/ipc_constants.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/host_key_pair_unittest.cc ('k') | remoting/host/ipc_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_constants.h
diff --git a/remoting/host/ipc_constants.h b/remoting/host/ipc_constants.h
index 0e6ddc6fb3f388d6f4c573ebcc231c1ceab61030..d99020667b009681d2b22496ef74070982ca2f93 100644
--- a/remoting/host/ipc_constants.h
+++ b/remoting/host/ipc_constants.h
@@ -13,14 +13,14 @@ namespace remoting {
extern const char kDaemonPipeSwitchName[];
// Name of the daemon process binary.
-extern const FilePath::CharType kDaemonBinaryName[];
+extern const base::FilePath::CharType kDaemonBinaryName[];
// Name of the host process binary.
-extern const FilePath::CharType kHostBinaryName[];
+extern const base::FilePath::CharType kHostBinaryName[];
// Returns the full path to an installed |binary| in |full_path|.
-bool GetInstalledBinaryPath(const FilePath::StringType& binary,
- FilePath* full_path);
+bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
+ base::FilePath* full_path);
} // namespace remoting
« no previous file with comments | « remoting/host/host_key_pair_unittest.cc ('k') | remoting/host/ipc_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698