Index: chrome/browser/importer/importer_type.h |
diff --git a/chrome/browser/importer/importer_type.h b/chrome/browser/importer/importer_type.h |
index 6705dd880de10458ceb1e1682bb3cd84bff9f8d7..280bad0881acbb5f9168893a6412b62b56621a2d 100644 |
--- a/chrome/browser/importer/importer_type.h |
+++ b/chrome/browser/importer/importer_type.h |
@@ -27,9 +27,8 @@ enum ImporterType { |
#if defined(OS_MACOSX) |
TYPE_SAFARI = 3, |
#endif |
- TYPE_GOOGLE_TOOLBAR5 = 4, |
- // Identifies a 'bookmarks.html' file. |
- TYPE_BOOKMARKS_FILE = 5 |
+ // Value 4 was the (now deleted) Google Toolbar importer. |
+ TYPE_BOOKMARKS_FILE = 5 // Identifies a 'bookmarks.html' file. |
}; |
// Creates an Importer of the specified |type|. |