| Index: chrome/browser/password_manager/password_manager_unittest.cc | 
| =================================================================== | 
| --- chrome/browser/password_manager/password_manager_unittest.cc	(revision 71508) | 
| +++ chrome/browser/password_manager/password_manager_unittest.cc	(working copy) | 
| @@ -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 <vector> | 
| + | 
| #include "base/message_loop.h" | 
| #include "base/string_util.h" | 
| #include "base/utf_string_conversions.h" | 
| @@ -9,7 +11,6 @@ | 
| #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" | 
| -#include "chrome/browser/prefs/pref_service.h" | 
| #include "chrome/common/url_constants.h" | 
| #include "chrome/test/testing_profile.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
|  |