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

Unified Diff: rlz/lib/recursive_cross_process_lock_posix.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/win/wts_session_process_delegate.cc ('k') | rlz/lib/rlz_value_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/recursive_cross_process_lock_posix.h
diff --git a/rlz/lib/recursive_cross_process_lock_posix.h b/rlz/lib/recursive_cross_process_lock_posix.h
index a39d473803c957eb8cd805b37e8200b5064815cc..69a2c7a136b6e04a0f8095bb61704220caf653b4 100644
--- a/rlz/lib/recursive_cross_process_lock_posix.h
+++ b/rlz/lib/recursive_cross_process_lock_posix.h
@@ -7,7 +7,9 @@
#include <pthread.h>
+namespace base {
class FilePath;
+}
namespace rlz_lib {
@@ -20,7 +22,7 @@ struct RecursiveCrossProcessLock {
// Tries to acquire a recursive cross-process lock. Note that this _always_
// acquires the in-process lock (if it wasn't already acquired). The parent
// directory of |lock_file| must exist.
- bool TryGetCrossProcessLock(const FilePath& lock_filename);
+ bool TryGetCrossProcessLock(const base::FilePath& lock_filename);
// Releases the lock. Should always be called, even if
// TryGetCrossProcessLock() returned |false|.
« no previous file with comments | « remoting/host/win/wts_session_process_delegate.cc ('k') | rlz/lib/rlz_value_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698