Index: remoting/base/resources.cc |
diff --git a/remoting/base/resources.cc b/remoting/base/resources.cc |
index a43e32815d2287c4fe882b14ecab6fce784e95cf..e10659d3160b4aa8c270a0dd959496a2ac524f97 100644 |
--- a/remoting/base/resources.cc |
+++ b/remoting/base/resources.cc |
@@ -18,7 +18,7 @@ const char kCommonResourcesFileName[] = "chrome_remote_desktop.pak"; |
// Loads chromoting resources. |
bool LoadResources(const std::string& pref_locale) { |
- FilePath path; |
+ base::FilePath path; |
if (!PathService::Get(base::DIR_MODULE, &path)) |
return false; |