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

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: plugin_service only uses FPW on linux 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
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..b5b4f1d664f2a27a5b5f79f34165c072d24ed7f6 100644
--- a/chrome/common/service_process_util_mac.mm
+++ b/chrome/common/service_process_util_mac.mm
@@ -29,6 +29,8 @@
#include "chrome/common/launchd_mac.h"
#include "content/common/child_process_host.h"
+using ::base::files::FilePathWatcher;
+
namespace {
#define kServiceProcessSessionType "Background"

Powered by Google App Engine
This is Rietveld 408576698