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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_util.h

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: rebase 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/chromeos/drive/drive_file_system_util.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_util.h b/chrome/browser/chromeos/drive/drive_file_system_util.h
index 0255908486f9e9245b32e316bdb6d075f5dc73f3..52e5f452eae2ac8b0cb02ffdd527413d87c2987b 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_util.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_util.h
@@ -59,10 +59,8 @@ const base::FilePath::CharType kDriveMyDriveRootDirName[] =
const base::FilePath::CharType kDriveOtherDirName[] =
FILE_PATH_LITERAL("other");
-// TODO(haruki): Change this to "drive/root" in order to use separate namespace.
-// http://crbug.com/174233
const base::FilePath::CharType kDriveMyDriveRootPath[] =
- FILE_PATH_LITERAL("drive");
+ FILE_PATH_LITERAL("drive/root");
const base::FilePath::CharType kDriveOtherDirPath[] =
FILE_PATH_LITERAL("drive/other");

Powered by Google App Engine
This is Rietveld 408576698