summaryrefslogtreecommitdiffstats
path: root/base/path_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/path_service.cc')
-rw-r--r--base/path_service.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/path_service.cc b/base/path_service.cc
index a19e78d..cb34d28 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)