| Index: chrome/common/importer/importer_type.h
|
| diff --git a/chrome/common/importer/importer_type.h b/chrome/common/importer/importer_type.h
|
| index 5837cb35cc6999979b7ec9aa30c4388b867153c0..c172f8a5bc534465ff4d063a52f9bb510b7e36af 100644
|
| --- a/chrome/common/importer/importer_type.h
|
| +++ b/chrome/common/importer/importer_type.h
|
| @@ -24,7 +24,10 @@ enum ImporterType {
|
| TYPE_SAFARI = 3,
|
| #endif
|
| // Value 4 was the (now deleted) Google Toolbar importer.
|
| - TYPE_BOOKMARKS_FILE = 5 // Identifies a 'bookmarks.html' file.
|
| + TYPE_BOOKMARKS_FILE = 5, // Identifies a 'bookmarks.html' file.
|
| +#if defined(OS_WIN)
|
| + TYPE_EDGE = 6,
|
| +#endif
|
| };
|
|
|
| } // namespace importer
|
|
|