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

Side by Side Diff: chrome/renderer/autofill/form_manager.h

Issue 6995007: iwyu: Use callback_old.h where appropriate, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_RENDERER_AUTOFILL_FORM_MANAGER_H_ 5 #ifndef CHROME_RENDERER_AUTOFILL_FORM_MANAGER_H_
6 #define CHROME_RENDERER_AUTOFILL_FORM_MANAGER_H_ 6 #define CHROME_RENDERER_AUTOFILL_FORM_MANAGER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" 12 #include "base/callback_old.h"
13 #include "base/memory/scoped_vector.h" 13 #include "base/memory/scoped_vector.h"
14 #include "base/string16.h" 14 #include "base/string16.h"
15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h" 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
16 16
17 namespace webkit_glue { 17 namespace webkit_glue {
18 struct FormData; 18 struct FormData;
19 struct FormField; 19 struct FormField;
20 } // namespace webkit_glue 20 } // namespace webkit_glue
21 21
22 namespace WebKit { 22 namespace WebKit {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 171
172 // The cached FormElement objects. 172 // The cached FormElement objects.
173 FormElementList form_elements_; 173 FormElementList form_elements_;
174 174
175 DISALLOW_COPY_AND_ASSIGN(FormManager); 175 DISALLOW_COPY_AND_ASSIGN(FormManager);
176 }; 176 };
177 177
178 } // namespace autofill 178 } // namespace autofill
179 179
180 #endif // CHROME_RENDERER_AUTOFILL_FORM_MANAGER_H_ 180 #endif // CHROME_RENDERER_AUTOFILL_FORM_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app.h ('k') | chrome/renderer/safe_browsing/phishing_classifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698