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

Side by Side Diff: chrome/browser/password_manager/password_store.h

Issue 10958031: Move cancelable_request.cc/h to chrome/browser/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_ 5 #ifndef CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_
6 #define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_ 6 #define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/observer_list.h" 12 #include "base/observer_list.h"
13 #include "base/threading/thread.h" 13 #include "base/threading/thread.h"
14 #include "base/time.h" 14 #include "base/time.h"
15 #include "chrome/browser/cancelable_request.h" 15 #include "chrome/browser/common/cancelable_request.h"
16 #include "chrome/browser/profiles/refcounted_profile_keyed_service.h" 16 #include "chrome/browser/profiles/refcounted_profile_keyed_service.h"
17 17
18 class PasswordStore; 18 class PasswordStore;
19 class PasswordStoreConsumer; 19 class PasswordStoreConsumer;
20 class Task; 20 class Task;
21 21
22 namespace browser_sync { 22 namespace browser_sync {
23 class PasswordDataTypeController; 23 class PasswordDataTypeController;
24 class PasswordModelAssociator; 24 class PasswordModelAssociator;
25 class PasswordModelWorker; 25 class PasswordModelWorker;
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 // may have been changed. 217 // may have been changed.
218 void NotifyLoginsChanged(); 218 void NotifyLoginsChanged();
219 219
220 // The observers. 220 // The observers.
221 ObserverList<Observer> observers_; 221 ObserverList<Observer> observers_;
222 222
223 DISALLOW_COPY_AND_ASSIGN(PasswordStore); 223 DISALLOW_COPY_AND_ASSIGN(PasswordStore);
224 }; 224 };
225 225
226 #endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_ 226 #endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_
OLDNEW
« no previous file with comments | « chrome/browser/page_info_model.h ('k') | chrome/browser/password_manager/password_store_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698