diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 12:42:29 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 12:42:29 +0000 |
commit | b384cd63d4cac40e4bb5b8386c0980b2cb6f6d86 (patch) | |
tree | c5346bad76e1c3e17da136cb5bda8683a1d1b8a9 /chrome/browser/password_manager | |
parent | 87cc213e32c17d6cd593be45eb40fee4612e7b15 (diff) | |
download | chromium_src-b384cd63d4cac40e4bb5b8386c0980b2cb6f6d86.zip chromium_src-b384cd63d4cac40e4bb5b8386c0980b2cb6f6d86.tar.gz chromium_src-b384cd63d4cac40e4bb5b8386c0980b2cb6f6d86.tar.bz2 |
Revert 67997 - Reduce the include footprint of pref_service.h
This removes the pref_value_store.h header from the pref_service.h
include list and cleans up any users that were getting the MessageLoop
and BrowserThread definitions indirectly through pref_service.h
BUG=64893
TEST=compiles and passes tests
Review URL: http://codereview.chromium.org/5461001
TBR=mnissler@chromium.org
Review URL: http://codereview.chromium.org/5575001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/password_manager')
-rw-r--r-- | chrome/browser/password_manager/password_manager_unittest.cc | 2 | ||||
-rw-r--r-- | chrome/browser/password_manager/password_store_default_unittest.cc | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/password_manager/password_manager_unittest.cc b/chrome/browser/password_manager/password_manager_unittest.cc index 78eae4a..2be490f 100644 --- a/chrome/browser/password_manager/password_manager_unittest.cc +++ b/chrome/browser/password_manager/password_manager_unittest.cc @@ -2,10 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/message_loop.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/browser_thread.h" #include "chrome/browser/password_manager/password_manager.h" #include "chrome/browser/password_manager/password_manager_delegate.h" #include "chrome/browser/password_manager/password_store.h" diff --git a/chrome/browser/password_manager/password_store_default_unittest.cc b/chrome/browser/password_manager/password_store_default_unittest.cc index 500a1b4..eb8f030 100644 --- a/chrome/browser/password_manager/password_store_default_unittest.cc +++ b/chrome/browser/password_manager/password_store_default_unittest.cc @@ -16,7 +16,6 @@ #include "chrome/browser/webdata/web_data_service.h" #include "chrome/common/notification_details.h" #include "chrome/common/notification_observer_mock.h" -#include "chrome/common/notification_registrar.h" #include "chrome/common/notification_source.h" #include "chrome/common/pref_names.h" #include "chrome/test/signaling_task.h" |