diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 21:44:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 21:44:47 +0000 |
commit | 42fe7bf25cfa01fec7bfb186a4b0905b486dc09c (patch) | |
tree | 5b91e935124366e6aa5937d728bb239eff6f6432 /chrome/browser/autofill | |
parent | cf72b8a218c7f5751d619e52f38d0c4bd1f94c17 (diff) | |
download | chromium_src-42fe7bf25cfa01fec7bfb186a4b0905b486dc09c.zip chromium_src-42fe7bf25cfa01fec7bfb186a4b0905b486dc09c.tar.gz chromium_src-42fe7bf25cfa01fec7bfb186a4b0905b486dc09c.tar.bz2 |
Cleanup: Remove unneeded includes of notification_service.h, part 2.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5928003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/personal_data_manager_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/autofill/personal_data_manager_unittest.cc b/chrome/browser/autofill/personal_data_manager_unittest.cc index f993970..a8e31dc 100644 --- a/chrome/browser/autofill/personal_data_manager_unittest.cc +++ b/chrome/browser/autofill/personal_data_manager_unittest.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <string> + #include "base/basictypes.h" #include "base/message_loop.h" #include "base/ref_counted.h" @@ -18,7 +20,7 @@ #include "chrome/common/notification_details.h" #include "chrome/common/notification_observer_mock.h" #include "chrome/common/notification_registrar.h" -#include "chrome/common/notification_service.h" +#include "chrome/common/notification_source.h" #include "chrome/common/notification_type.h" #include "chrome/common/pref_names.h" #include "chrome/test/testing_profile.h" |