| 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,
|
|
|