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

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: Fix merge glitches. Created 7 years, 8 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 2eb9d207299700e766b9517b3cd2255eaf8ff8db..05b40f606640120329c0857c88af18c2cba1f4cc 100644
--- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
@@ -582,7 +582,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