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

Unified Diff: chrome/browser/password_manager/password_store_default.h

Issue 9834056: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unchanged file Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_store_default.h
diff --git a/chrome/browser/password_manager/password_store_default.h b/chrome/browser/password_manager/password_store_default.h
index aa1a1dfff414b77b7ab402170a0b90f3a417c51e..a29b59d78488b0b8a3321d4e8e743de3d273eff9 100644
--- a/chrome/browser/password_manager/password_store_default.h
+++ b/chrome/browser/password_manager/password_store_default.h
@@ -12,9 +12,9 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/password_manager/login_database.h"
#include "chrome/browser/password_manager/password_store.h"
+#include "chrome/browser/webdata/web_data_service.h"
Ilya Sherman 2012/03/27 01:01:17 nit: Why does this now need to be a #include rathe
GeorgeY 2012/03/30 19:20:12 Line 52. Otherwise it needs to be included every t
Ilya Sherman 2012/03/30 20:50:05 Huh, a scoped_refptr<Foo> needs more than a forwar
Peter Kasting 2012/03/30 20:53:53 No, we shouldn't need a #include to do scoped_ptr<
GeorgeY 2012/04/02 21:57:43 There is a some non obvious usage in one of the he
Peter Kasting 2012/04/02 22:09:05 That doesn't justify making this change. It just
GeorgeY 2012/04/02 22:49:02 found and fixed
class Profile;
-class WebDataService;
// Simple password store implementation that delegates everything to
// the LoginDatabase.

Powered by Google App Engine
This is Rietveld 408576698