Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: base/command_line.cc

Issue 12226121: Make base compile with no "using base::FilePath". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/file_path.cc » ('j') | base/nix/mime_util_xdg.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/command_line.cc
diff --git a/base/command_line.cc b/base/command_line.cc
index b36616584d833c70ce8feffd47e4a8edc706759d..1c738460fda1f89f29a2002eeebc47ecf61e23f4 100644
--- a/base/command_line.cc
+++ b/base/command_line.cc
@@ -20,6 +20,8 @@
#include <shellapi.h>
#endif
+using base::FilePath;
+
CommandLine* CommandLine::current_process_commandline_ = NULL;
namespace {
« no previous file with comments | « no previous file | base/file_path.cc » ('j') | base/nix/mime_util_xdg.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698