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

Unified Diff: chrome/common/service_process_util_posix.h

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use ::operator<< Created 9 years, 8 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 | « chrome/common/service_process_util_mac.mm ('k') | content/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util_posix.h
diff --git a/chrome/common/service_process_util_posix.h b/chrome/common/service_process_util_posix.h
index 08cca2787a3aff9667687a635891569fe64fe0c5..a0e8c67818e4b4f9fcb612c30bef518ca180c57b 100644
--- a/chrome/common/service_process_util_posix.h
+++ b/chrome/common/service_process_util_posix.h
@@ -20,8 +20,8 @@ MultiProcessLock* TakeServiceRunningLock(bool waiting);
#endif // OS_LINUX
#if defined(OS_MACOSX)
+#include "base/files/file_path_watcher.h"
#include "base/mac/scoped_cftyperef.h"
-#include "content/common/file_path_watcher/file_path_watcher.h"
class CommandLine;
CFDictionaryRef CreateServiceProcessLaunchdPlist(CommandLine* cmd_line,
@@ -70,7 +70,7 @@ struct ServiceProcessState::StateData
bool WatchExecutable();
base::mac::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
- FilePathWatcher executable_watcher_;
+ base::files::FilePathWatcher executable_watcher_;
#endif // OS_MACOSX
#if defined(OS_LINUX)
scoped_ptr<MultiProcessLock> initializing_lock_;
« no previous file with comments | « chrome/common/service_process_util_mac.mm ('k') | content/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698