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

Unified Diff: chrome/browser/chromeos/extensions/file_handler_util.cc

Issue 10877005: Rename GDataCache* to DriveCache* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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
Index: chrome/browser/chromeos/extensions/file_handler_util.cc
diff --git a/chrome/browser/chromeos/extensions/file_handler_util.cc b/chrome/browser/chromeos/extensions/file_handler_util.cc
index 6e8bd22b484516a73525d0960c0997a3a65e1c47..b461c9d0072826e9c1127672279060c758605b97 100644
--- a/chrome/browser/chromeos/extensions/file_handler_util.cc
+++ b/chrome/browser/chromeos/extensions/file_handler_util.cc
@@ -865,7 +865,7 @@ void ExtensionTaskExecutor::InitHandlerHostFileAccessPermissions(
// For files on gdata mount point, we'll have to give handler host permissions
// for their cache paths. This has to be called on UI thread.
- gdata::util::InsertGDataCachePathsPermissions(profile(),
+ gdata::util::InsertDriveCachePathsPermissions(profile(),
gdata_paths.Pass(),
&handler_host_permissions_,
callback);
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_private_api.cc ('k') | chrome/browser/chromeos/gdata/drive_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698