Index: chrome/browser/chromeos/drive/file_system_util.h |
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h |
index 9cf538c1f244a41d859ed24c19c800c9ebbe7b4b..fc759c59b13086573149320d02bb517cabe0ae9b 100644 |
--- a/chrome/browser/chromeos/drive/file_system_util.h |
+++ b/chrome/browser/chromeos/drive/file_system_util.h |
@@ -42,10 +42,6 @@ const base::FilePath::CharType kMountedArchiveFileExtension[] = |
FILE_PATH_LITERAL("mounted"); |
const base::FilePath::CharType kWildCard[] = |
FILE_PATH_LITERAL("*"); |
-// The path is used for creating a symlink in "pinned" directory for a file |
-// which is not yet fetched. |
-const base::FilePath::CharType kSymLinkToDevNull[] = |
- FILE_PATH_LITERAL("/dev/null"); |
// Special resource IDs introduced to manage pseudo directory tree locally. |
// These strings are supposed to be different from any resource ID used on the |