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

Side by Side Diff: components/autofill/browser/autocomplete_history_manager.h

Issue 12789006: base/prefs: Remove the public/ directory and move the files to //base/prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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
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 COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_ 5 #ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_
6 #define COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_ 6 #define COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
11 #include "base/prefs/public/pref_member.h" 11 #include "base/prefs/pref_member.h"
12 #include "chrome/browser/api/webdata/autofill_web_data_service.h" 12 #include "chrome/browser/api/webdata/autofill_web_data_service.h"
13 #include "chrome/browser/api/webdata/web_data_service_consumer.h" 13 #include "chrome/browser/api/webdata/web_data_service_consumer.h"
14 #include "content/public/browser/web_contents_observer.h" 14 #include "content/public/browser/web_contents_observer.h"
15 15
16 struct FormData; 16 struct FormData;
17 17
18 namespace content { 18 namespace content {
19 class BrowserContext; 19 class BrowserContext;
20 } 20 }
21 21
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 std::vector<int> autofill_unique_ids_; 82 std::vector<int> autofill_unique_ids_;
83 83
84 // Delegate to perform external processing (display, selection) on 84 // Delegate to perform external processing (display, selection) on
85 // our behalf. Weak. 85 // our behalf. Weak.
86 AutofillExternalDelegate* external_delegate_; 86 AutofillExternalDelegate* external_delegate_;
87 87
88 DISALLOW_COPY_AND_ASSIGN(AutocompleteHistoryManager); 88 DISALLOW_COPY_AND_ASSIGN(AutocompleteHistoryManager);
89 }; 89 };
90 90
91 #endif // COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_ 91 #endif // COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller.h ('k') | components/autofill/browser/autofill_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698