| Index: chrome/browser/password_manager/password_store_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| index 1a689ce4f5ce859fb4f7c74606c1d58c4d72391e..b413193b67742b6e9b15e211d0bb23776ea55377 100644
|
| --- a/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -926,7 +926,7 @@ class PasswordStoreMacTest : public testing::Test {
|
| MockAppleKeychain* keychain_; // Owned by store_.
|
| LoginDatabase* login_db_; // Owned by store_.
|
| scoped_refptr<PasswordStoreMac> store_;
|
| - ScopedTempDir db_dir_;
|
| + base::ScopedTempDir db_dir_;
|
| };
|
|
|
| TEST_F(PasswordStoreMacTest, TestStoreUpdate) {
|
|
|