Chromium Code Reviews| Index: chrome/common/importer/importer_data_types.h |
| diff --git a/chrome/common/importer/importer_data_types.h b/chrome/common/importer/importer_data_types.h |
| index d9594e76d08b4c5cb643ce808a8dde78a3cfb910..e6e9d92ae8e1c6738c50807c314e0c02d87363d7 100644 |
| --- a/chrome/common/importer/importer_data_types.h |
| +++ b/chrome/common/importer/importer_data_types.h |
| @@ -49,9 +49,9 @@ struct SourceProfile { |
| // Contains information needed for importing bookmarks/search engine urls, etc. |
|
Peter Kasting
2014/10/07 23:17:38
Is this comment still accurate? It seems like thi
Tapu Ghose
2014/10/12 00:58:20
Done.
|
| struct URLKeywordInfo { |
| - GURL url; |
| base::string16 keyword; |
| base::string16 display_name; |
| + base::string16 raw_url; |
|
Peter Kasting
2014/10/07 23:17:38
Nit: Why are you moving this to the bottom? Leave
Tapu Ghose
2014/10/12 00:58:20
Done.
|
| }; |
| #if defined(OS_WIN) |