diff options
author | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 16:56:01 +0000 |
---|---|---|
committer | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 16:56:01 +0000 |
commit | 493c8001f5011b3f0aacf06a57df7f523b09b23c (patch) | |
tree | 7cd7d409b12a85fb9f36c2bca0a54488d551b800 /chrome/common/service_process_util_mac.mm | |
parent | bb8890e9cee0c997257873e9c978eead7d028568 (diff) | |
download | chromium_src-493c8001f5011b3f0aacf06a57df7f523b09b23c.zip chromium_src-493c8001f5011b3f0aacf06a57df7f523b09b23c.tar.gz chromium_src-493c8001f5011b3f0aacf06a57df7f523b09b23c.tar.bz2 |
Move FilePathWatcher to base/files.
FilePathWatcher is going to be used in future for monitoring
changes to /etc/resolv.conf so it needs live somewhere where
various consumers can get at it without incurring the wrath
of the layering gods.
TEST=existing tests
BUG=67734
Review URL: http://codereview.chromium.org/6793020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/service_process_util_mac.mm')
-rw-r--r-- | chrome/common/service_process_util_mac.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/service_process_util_mac.mm b/chrome/common/service_process_util_mac.mm index 62a0371..b5b4f1d6 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" |