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

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

Issue 13149003: drive: Use "/drive/root" namespace and fix Files app and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed LocalFileSystemExtensionApiTest which I have broken in this CL actually. Created 7 years, 9 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 92f11c0cdfbe674b47a8c98a498c8a9d549a3210..dc5c8b91e60e2c3a795187bb0c9d424159aa1384 100644
--- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
@@ -575,7 +575,7 @@ void DriveInternalsWebUIHandler::UpdateFileSystemContentsSection(
return;
// Start rendering the file system tree as text.
- const base::FilePath root_path = drive::util::GetDriveMyDriveRootPath();
+ const base::FilePath root_path = drive::util::GetDriveGrandRootPath();
system_service->file_system()->GetEntryInfoByPath(
root_path,

Powered by Google App Engine
This is Rietveld 408576698