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