Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Side by Side Diff: components/password_manager/core/browser/password_manager_driver.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_DRIVER_H_ 5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_DRIVER_H_
6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_DRIVER_H_ 6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_DRIVER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "components/autofill/core/common/password_form_field_prediction_map.h" 14 #include "components/autofill/core/common/password_form_field_prediction_map.h"
15 15
16 namespace autofill { 16 namespace autofill {
17 class AutofillManager;
18 struct FormData; 17 struct FormData;
19 struct FormFieldData;
20 struct PasswordForm; 18 struct PasswordForm;
21 struct PasswordFormGenerationData; 19 struct PasswordFormGenerationData;
22 struct PasswordFormFillData; 20 struct PasswordFormFillData;
23 } // namespace autofill 21 } // namespace autofill
24 22
25 namespace password_manager { 23 namespace password_manager {
26 24
27 class PasswordAutofillManager; 25 class PasswordAutofillManager;
28 class PasswordGenerationManager; 26 class PasswordGenerationManager;
29 class PasswordManager; 27 class PasswordManager;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 // Allows the form classifier to find generation fields. 97 // Allows the form classifier to find generation fields.
100 virtual void AllowToRunFormClassifier() {} 98 virtual void AllowToRunFormClassifier() {}
101 99
102 private: 100 private:
103 DISALLOW_COPY_AND_ASSIGN(PasswordManagerDriver); 101 DISALLOW_COPY_AND_ASSIGN(PasswordManagerDriver);
104 }; 102 };
105 103
106 } // namespace password_manager 104 } // namespace password_manager
107 105
108 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_DRIVER_H_ 106 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_DRIVER_H_
OLDNEW
« no previous file with comments | « components/password_manager/core/browser/password_manager_client.h ('k') | components/pdf/renderer/pdf_accessibility_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698