diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 22:22:28 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 22:22:28 +0000 |
commit | 5272b32122055125dddef44d2e86c9cb7603f16f (patch) | |
tree | 9bf91b9d804c792b881d3e11496bedf977ea1ba9 /base/path_service.cc | |
parent | 75b91fd736541ed53b3e00e8c71c9930bd8534ee (diff) | |
download | chromium_src-5272b32122055125dddef44d2e86c9cb7603f16f.zip chromium_src-5272b32122055125dddef44d2e86c9cb7603f16f.tar.gz chromium_src-5272b32122055125dddef44d2e86c9cb7603f16f.tar.bz2 |
Revert 182032
> Make base compile with no "using base::FilePath".
>
> For base .cc files not using the base namespace, I added a using since theses
> files should be moved to the base namespace, and then explicit qualification
> will no longer be necessary.
>
> Review URL: https://codereview.chromium.org/12226121
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/12207132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index cb34d28..a19e78d 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -17,8 +17,6 @@ #include "base/logging.h" #include "base/synchronization/lock.h" -using base::FilePath; - namespace base { bool PathProvider(int key, FilePath* result); #if defined(OS_WIN) |