| OLD | NEW |
| 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_EXTERNAL_DELEGATE_H_ | 5 #ifndef ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ |
| 6 #define ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ | 6 #define ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ |
| 7 | 7 |
| 8 #include "components/autofill/browser/autofill_external_delegate.h" | 8 #include "components/autofill/browser/autofill_external_delegate.h" |
| 9 | 9 |
| 10 | 10 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 autofill::AutofillManager* autofill_manager); | 38 autofill::AutofillManager* autofill_manager); |
| 39 virtual ~AwAutofillExternalDelegate(); | 39 virtual ~AwAutofillExternalDelegate(); |
| 40 | 40 |
| 41 private: | 41 private: |
| 42 DISALLOW_COPY_AND_ASSIGN(AwAutofillExternalDelegate); | 42 DISALLOW_COPY_AND_ASSIGN(AwAutofillExternalDelegate); |
| 43 }; | 43 }; |
| 44 | 44 |
| 45 } // namespace android_webview | 45 } // namespace android_webview |
| 46 | 46 |
| 47 #endif // ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ | 47 #endif // ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ |
| OLD | NEW |