| Index: webkit/dom_storage/session_storage_database_unittest.cc
|
| diff --git a/webkit/dom_storage/session_storage_database_unittest.cc b/webkit/dom_storage/session_storage_database_unittest.cc
|
| index e685f934e05e2cae8747fb8e9ed882bf3fa12202..44c62b50d606a1284beef5f5443379b9b1c270c3 100644
|
| --- a/webkit/dom_storage/session_storage_database_unittest.cc
|
| +++ b/webkit/dom_storage/session_storage_database_unittest.cc
|
| @@ -10,8 +10,8 @@
|
| #include <string>
|
|
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/logging.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -59,7 +59,7 @@ class SessionStorageDatabaseTest : public testing::Test {
|
| const GURL& origin) const;
|
| int64 GetMapRefCount(const std::string& map_id) const;
|
|
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| scoped_refptr<SessionStorageDatabase> db_;
|
|
|
| // Test data.
|
|
|