diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 07:59:52 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 07:59:52 +0000 |
commit | 6665571f557a5d19b272ef7c6aeb339e0a693868 (patch) | |
tree | 072600a62ed1054bdc496f1fb6d39682af2fe6fe /base/files/file_path_watcher.cc | |
parent | 470fb434b6021676aea485427a59ad8cc8c87633 (diff) | |
download | chromium_src-6665571f557a5d19b272ef7c6aeb339e0a693868.zip chromium_src-6665571f557a5d19b272ef7c6aeb339e0a693868.tar.gz chromium_src-6665571f557a5d19b272ef7c6aeb339e0a693868.tar.bz2 |
Remove the base::files:: namespace.
Review URL: https://chromiumcodereview.appspot.com/11876031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/files/file_path_watcher.cc')
-rw-r--r-- | base/files/file_path_watcher.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/files/file_path_watcher.cc b/base/files/file_path_watcher.cc index 3802ee3..f1a6cbb 100644 --- a/base/files/file_path_watcher.cc +++ b/base/files/file_path_watcher.cc @@ -11,7 +11,6 @@ #include "base/message_loop.h" namespace base { -namespace files { FilePathWatcher::~FilePathWatcher() { impl_->Cancel(); @@ -37,5 +36,4 @@ bool FilePathWatcher::Watch(const FilePath& path, return impl_->Watch(path, recursive, callback); } -} // namespace files } // namespace base |