| Index: chrome/browser/autofill/autofill_ie_toolbar_import_win.h
|
| diff --git a/chrome/browser/autofill/autofill_ie_toolbar_import_win.h b/chrome/browser/autofill/autofill_ie_toolbar_import_win.h
|
| index b38da9cbded611133f4806319e6b4ea66065f966..ec1044bc77f28b23ea5a485fdf4da9c28b4e9b9f 100644
|
| --- a/chrome/browser/autofill/autofill_ie_toolbar_import_win.h
|
| +++ b/chrome/browser/autofill/autofill_ie_toolbar_import_win.h
|
| @@ -1,12 +1,10 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| #ifndef CHROME_BROWSER_AUTOFILL_AUTOFILL_IE_TOOLBAR_IMPORT_WIN_H_
|
| #define CHROME_BROWSER_AUTOFILL_AUTOFILL_IE_TOOLBAR_IMPORT_WIN_H_
|
|
|
| -#include <vector>
|
| -
|
| // This importer is here and not in chrome/browser/importer/toolbar_importer.cc
|
| // because of the following:
|
| // 1. The data is not saved in profile, but rather in registry, thus it is
|
| @@ -20,4 +18,3 @@ class PersonalDataManager;
|
| bool ImportAutofillDataWin(PersonalDataManager* pdm);
|
|
|
| #endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_IE_TOOLBAR_IMPORT_WIN_H_
|
| -
|
|
|