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

Unified Diff: chrome/common/service_process_util_mac.mm

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move OWNERS file and rebase to pick up latest changes Created 9 years, 9 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: chrome/common/service_process_util_mac.mm
diff --git a/chrome/common/service_process_util_mac.mm b/chrome/common/service_process_util_mac.mm
index 62a037111852b376d34f4fd9cf09dfa14de23711..33ed6edbdbad4a31afd27120f2b2479f841abcb6 100644
--- a/chrome/common/service_process_util_mac.mm
+++ b/chrome/common/service_process_util_mac.mm
@@ -80,7 +80,8 @@ bool RemoveFromLaunchd() {
name);
}
-class ExecFilePathWatcherDelegate : public FilePathWatcher::Delegate {
+class ExecFilePathWatcherDelegate
+ : public base::files::FilePathWatcher::Delegate {
public:
ExecFilePathWatcherDelegate() { }
virtual ~ExecFilePathWatcherDelegate() { }

Powered by Google App Engine
This is Rietveld 408576698