Index: chrome/common/url_constants.cc |
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
index 0d353ec621ca7159cb479bbb140e0cfeb41d245d..bb01727504f41c098cd8e4b4cd471e1e3bf67f11 100644 |
--- a/chrome/common/url_constants.cc |
+++ b/chrome/common/url_constants.cc |
@@ -14,7 +14,7 @@ namespace chrome { |
#if defined(OS_CHROMEOS) |
const char kCrosScheme[] = "cros"; |
-const char kDriveScheme[] = "drive"; |
+const char kExternalFileScheme[] = "externalfile"; |
#endif |
// Add Chrome UI URLs as necessary, in alphabetical order. |