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

Unified Diff: base/path_service.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
« base/nix/mime_util_xdg.cc ('K') | « base/nix/mime_util_xdg.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/path_service.cc
diff --git a/base/path_service.cc b/base/path_service.cc
index a19e78de137f08c238e27fb6e72ae6c995051601..cb34d28dfbf162ce6f6f2de9ab842f1023f86ef2 100644
--- a/base/path_service.cc
+++ b/base/path_service.cc
@@ -17,6 +17,8 @@
#include "base/logging.h"
#include "base/synchronization/lock.h"
+using base::FilePath;
+
namespace base {
bool PathProvider(int key, FilePath* result);
#if defined(OS_WIN)
« base/nix/mime_util_xdg.cc ('K') | « base/nix/mime_util_xdg.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698