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

Side by Side Diff: chrome/browser/ui/autofill/tab_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 | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/browser/ui/browser.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_UI_AUTOFILL_TAB_AUTOFILL_MANAGER_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_AUTOFILL_TAB_AUTOFILL_MANAGER_DELEGATE_H_
6 #define CHROME_BROWSER_UI_AUTOFILL_TAB_AUTOFILL_MANAGER_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_AUTOFILL_TAB_AUTOFILL_MANAGER_DELEGATE_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/i18n/rtl.h" 10 #include "base/i18n/rtl.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "chrome/browser/ui/autofill/autofill_dialog_types.h" 12 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
13 #include "components/autofill/browser/autofill_manager_delegate.h" 13 #include "components/autofill/core/browser/autofill_manager_delegate.h"
14 #include "content/public/browser/web_contents_observer.h" 14 #include "content/public/browser/web_contents_observer.h"
15 #include "content/public/browser/web_contents_user_data.h" 15 #include "content/public/browser/web_contents_user_data.h"
16 16
17 namespace content { 17 namespace content {
18 struct FrameNavigateParams; 18 struct FrameNavigateParams;
19 struct LoadCommittedDetails; 19 struct LoadCommittedDetails;
20 class WebContents; 20 class WebContents;
21 } 21 }
22 22
23 namespace autofill { 23 namespace autofill {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 base::WeakPtr<AutofillDialogControllerImpl> dialog_controller_; 83 base::WeakPtr<AutofillDialogControllerImpl> dialog_controller_;
84 base::WeakPtr<AutocheckoutBubble> autocheckout_bubble_; 84 base::WeakPtr<AutocheckoutBubble> autocheckout_bubble_;
85 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_; 85 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
86 86
87 DISALLOW_COPY_AND_ASSIGN(TabAutofillManagerDelegate); 87 DISALLOW_COPY_AND_ASSIGN(TabAutofillManagerDelegate);
88 }; 88 };
89 89
90 } // namespace autofill 90 } // namespace autofill
91 91
92 #endif // CHROME_BROWSER_UI_AUTOFILL_TAB_AUTOFILL_MANAGER_DELEGATE_H_ 92 #endif // CHROME_BROWSER_UI_AUTOFILL_TAB_AUTOFILL_MANAGER_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698