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

Side by Side Diff: android_webview/browser/aw_autofill_manager_delegate.h

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 months 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/browser/DEPS ('k') | android_webview/browser/aw_autofill_manager_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_MANAGER_DELEGATE_H_ 5 #ifndef ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_MANAGER_DELEGATE_H_
6 #define ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_MANAGER_DELEGATE_H_ 6 #define ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_MANAGER_DELEGATE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/prefs/pref_registry_simple.h" 10 #include "base/prefs/pref_registry_simple.h"
11 #include "base/prefs/pref_service_builder.h" 11 #include "base/prefs/pref_service_builder.h"
12 #include "components/autofill/browser/autofill_manager_delegate.h" 12 #include "components/autofill/core/browser/autofill_manager_delegate.h"
13 13
14 namespace autofill { 14 namespace autofill {
15 class AutofillMetrics; 15 class AutofillMetrics;
16 class AutofillPopupDelegate; 16 class AutofillPopupDelegate;
17 class CreditCard; 17 class CreditCard;
18 class FormStructure; 18 class FormStructure;
19 class PasswordGenerator; 19 class PasswordGenerator;
20 class PersonalDataManager; 20 class PersonalDataManager;
21 struct FormData; 21 struct FormData;
22 namespace autocheckout { 22 namespace autocheckout {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 virtual void HideAutofillPopup() OVERRIDE; 77 virtual void HideAutofillPopup() OVERRIDE;
78 virtual void UpdateProgressBar(double value) OVERRIDE; 78 virtual void UpdateProgressBar(double value) OVERRIDE;
79 79
80 private: 80 private:
81 DISALLOW_COPY_AND_ASSIGN(AwAutofillManagerDelegate); 81 DISALLOW_COPY_AND_ASSIGN(AwAutofillManagerDelegate);
82 }; 82 };
83 83
84 } // namespace android_webview 84 } // namespace android_webview
85 85
86 #endif // ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_MANAGER_DELEGATE_H_ 86 #endif // ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_MANAGER_DELEGATE_H_
OLDNEW
« no previous file with comments | « android_webview/browser/DEPS ('k') | android_webview/browser/aw_autofill_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698