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

Unified Diff: remoting/host/win/wts_session_process_delegate.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
Index: remoting/host/win/wts_session_process_delegate.h
diff --git a/remoting/host/win/wts_session_process_delegate.h b/remoting/host/win/wts_session_process_delegate.h
index 13a12123f2c66daa81701dc990f742fb1697142b..5d55c98413017d063a15a822052731854d109ac0 100644
--- a/remoting/host/win/wts_session_process_delegate.h
+++ b/remoting/host/win/wts_session_process_delegate.h
@@ -10,9 +10,8 @@
#include "base/memory/ref_counted.h"
#include "remoting/host/win/worker_process_launcher.h"
-class FilePath;
-
namespace base {
+class FilePath;
class SingleThreadTaskRunner;
} // namespace base
@@ -31,7 +30,7 @@ class WtsSessionProcessDelegate
WtsSessionProcessDelegate(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
- const FilePath& binary_path,
+ const base::FilePath& binary_path,
uint32 session_id,
bool launch_elevated,
const std::string& channel_security);
« no previous file with comments | « remoting/host/win/wts_console_session_process_driver.cc ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698