summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 21:42:21 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 21:42:21 +0000
commit9006b115f054bddfc88c9c587e3a4e89f74e66fd (patch)
tree446636345e8044d5e89051dbe62ba6ceff661352 /chrome/browser/password_manager
parentadde3e610223b94f6e907a4a71c2a1ce7c9c32db (diff)
downloadchromium_src-9006b115f054bddfc88c9c587e3a4e89f74e66fd.zip
chromium_src-9006b115f054bddfc88c9c587e3a4e89f74e66fd.tar.gz
chromium_src-9006b115f054bddfc88c9c587e3a4e89f74e66fd.tar.bz2
Cleanup: Remove unneeded includes of notification_service.h in other headers.
BUG=none TEST=none Review URL: http://codereview.chromium.org/5783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/password_manager')
-rw-r--r--chrome/browser/password_manager/password_store_mac.cc1
-rw-r--r--chrome/browser/password_manager/password_store_mac.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
index 0a0a88b..f45200a 100644
--- a/chrome/browser/password_manager/password_store_mac.cc
+++ b/chrome/browser/password_manager/password_store_mac.cc
@@ -20,6 +20,7 @@
#include "chrome/browser/keychain_mac.h"
#include "chrome/browser/password_manager/login_database.h"
#include "chrome/browser/password_manager/password_store_change.h"
+#include "chrome/common/notification_service.h"
using webkit_glue::PasswordForm;
diff --git a/chrome/browser/password_manager/password_store_mac.h b/chrome/browser/password_manager/password_store_mac.h
index aa5b144..8a70338 100644
--- a/chrome/browser/password_manager/password_store_mac.h
+++ b/chrome/browser/password_manager/password_store_mac.h
@@ -12,9 +12,9 @@
#include "base/thread.h"
#include "chrome/browser/password_manager/login_database.h"
#include "chrome/browser/password_manager/password_store.h"
-#include "chrome/common/notification_service.h"
class MacKeychain;
+class NotificationService;
// Implements PasswordStore on top of the OS X Keychain, with an internal
// database for extra metadata. For an overview of the interactions with the