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

Unified Diff: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc

Issue 10873005: Rename GDataDirectoryService to DriveResourceMetadata (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/ui/webui/chromeos/drive_internals_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
index 6928bc3f7d9b0f2cb5a690b7a9edc9c1943bc376..2078e6918fd48abcff3d6d2ae2f210b170152182 100644
--- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
@@ -280,7 +280,7 @@ void DriveInternalsWebUIHandler::OnGetGCacheContents(
return;
// Start rendering the file system tree as text.
- const FilePath root_path = FilePath(gdata::kGDataRootDirectory);
+ const FilePath root_path = FilePath(gdata::kDriveRootDirectory);
++num_pending_reads_;
system_service->file_system()->ReadDirectoryByPath(
root_path,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc ('k') | chrome/browser/ui/webui/screenshot_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698