summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher.cc
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 07:59:52 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 07:59:52 +0000
commit6665571f557a5d19b272ef7c6aeb339e0a693868 (patch)
tree072600a62ed1054bdc496f1fb6d39682af2fe6fe /base/files/file_path_watcher.cc
parent470fb434b6021676aea485427a59ad8cc8c87633 (diff)
downloadchromium_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.cc2
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