summaryrefslogtreecommitdiffstats
path: root/base/command_line.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 22:22:28 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 22:22:28 +0000
commit5272b32122055125dddef44d2e86c9cb7603f16f (patch)
tree9bf91b9d804c792b881d3e11496bedf977ea1ba9 /base/command_line.cc
parent75b91fd736541ed53b3e00e8c71c9930bd8534ee (diff)
downloadchromium_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/command_line.cc')
-rw-r--r--base/command_line.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/command_line.cc b/base/command_line.cc
index 1c73846..b366165 100644
--- a/base/command_line.cc
+++ b/base/command_line.cc
@@ -20,8 +20,6 @@
#include <shellapi.h>
#endif
-using base::FilePath;
-
CommandLine* CommandLine::current_process_commandline_ = NULL;
namespace {