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

Unified Diff: remoting/base/resources.cc

Issue 12286020: Replace FilePath with base::FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « printing/backend/print_backend_cups.cc ('k') | remoting/protocol/authenticator_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « printing/backend/print_backend_cups.cc ('k') | remoting/protocol/authenticator_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698