summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher_linux.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_linux.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_linux.cc')
-rw-r--r--base/files/file_path_watcher_linux.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc
index 690ac6d..b4a714a 100644
--- a/base/files/file_path_watcher_linux.cc
+++ b/base/files/file_path_watcher_linux.cc
@@ -31,7 +31,6 @@
#include "base/threading/thread.h"
namespace base {
-namespace files {
namespace {
@@ -485,5 +484,4 @@ FilePathWatcher::FilePathWatcher() {
impl_ = new FilePathWatcherImpl();
}
-} // namespace files
} // namespace base