Chromium Code Reviews| Index: chrome/browser/importer/importer.cc | 
| diff --git a/chrome/browser/importer/importer.cc b/chrome/browser/importer/importer.cc | 
| index 4286f4e5f56899cc9c7669b74b0b59c560ebcda3..861db31ad1ec93328e006235399684592fd3f3d5 100644 | 
| --- a/chrome/browser/importer/importer.cc | 
| +++ b/chrome/browser/importer/importer.cc | 
| @@ -42,6 +42,8 @@ using webkit_glue::PasswordForm; | 
| // Importer. | 
| +void Importer::Cancel() { cancelled_ = true; } | 
| + | 
| Importer::Importer() | 
| : cancelled_(false), | 
| import_to_bookmark_bar_(false), |