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

Side by Side Diff: components/password_manager/core/browser/webdata/password_web_data_service_win.h

Issue 723033002: Eliminate unnecessary forward declarations from components/password_manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « components/password_manager/core/browser/test_password_store.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_PASSWORD_WEB_DATA_SERVI CE_WIN_H_ 5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_PASSWORD_WEB_DATA_SERVI CE_WIN_H_
6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_PASSWORD_WEB_DATA_SERVI CE_WIN_H_ 6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_PASSWORD_WEB_DATA_SERVI CE_WIN_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/sequenced_task_runner_helpers.h" 11 #include "base/sequenced_task_runner_helpers.h"
12 #include "components/webdata/common/web_data_results.h" 12 #include "components/webdata/common/web_data_results.h"
13 #include "components/webdata/common/web_data_service_base.h" 13 #include "components/webdata/common/web_data_service_base.h"
14 #include "components/webdata/common/web_data_service_consumer.h" 14 #include "components/webdata/common/web_data_service_consumer.h"
15 #include "components/webdata/common/web_database.h" 15 #include "components/webdata/common/web_database.h"
16 16
17 class GURL;
18 struct IE7PasswordInfo; 17 struct IE7PasswordInfo;
19 class Profile;
20 class WebDatabaseService; 18 class WebDatabaseService;
21 19
22 namespace base { 20 namespace base {
23 class MessageLoopProxy; 21 class MessageLoopProxy;
24 class Thread;
25 } 22 }
26 23
27 namespace content { 24 namespace content {
28 class BrowserContext; 25 class BrowserContext;
29 } 26 }
30 27
31 // PasswordWebDataService is used to access IE7/8 Password data stored in the 28 // PasswordWebDataService is used to access IE7/8 Password data stored in the
32 // web database. All data is retrieved and archived in an asynchronous way. 29 // web database. All data is retrieved and archived in an asynchronous way.
33 30
34 class WebDataServiceConsumer; 31 class WebDataServiceConsumer;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 WebDatabase* db); 66 WebDatabase* db);
70 WebDatabase::State RemoveIE7LoginImpl(const IE7PasswordInfo& info, 67 WebDatabase::State RemoveIE7LoginImpl(const IE7PasswordInfo& info,
71 WebDatabase* db); 68 WebDatabase* db);
72 scoped_ptr<WDTypedResult> GetIE7LoginImpl(const IE7PasswordInfo& info, 69 scoped_ptr<WDTypedResult> GetIE7LoginImpl(const IE7PasswordInfo& info,
73 WebDatabase* db); 70 WebDatabase* db);
74 71
75 DISALLOW_COPY_AND_ASSIGN(PasswordWebDataService); 72 DISALLOW_COPY_AND_ASSIGN(PasswordWebDataService);
76 }; 73 };
77 74
78 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_PASSWORD_WEB_DATA_SE RVICE_WIN_H_ 75 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_PASSWORD_WEB_DATA_SE RVICE_WIN_H_
OLDNEW
« no previous file with comments | « components/password_manager/core/browser/test_password_store.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698