| Index: webkit/dom_storage/dom_storage_context_unittest.cc
|
| diff --git a/webkit/dom_storage/dom_storage_context_unittest.cc b/webkit/dom_storage/dom_storage_context_unittest.cc
|
| index 870513db64651ffca67643b5993bc7097f5823a0..5481f43e806b8d9b3c2a12dd7a5dabde3ef1842d 100644
|
| --- a/webkit/dom_storage/dom_storage_context_unittest.cc
|
| +++ b/webkit/dom_storage/dom_storage_context_unittest.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/message_loop.h"
|
| #include "base/message_loop_proxy.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -63,7 +63,7 @@ class DomStorageContextTest : public testing::Test {
|
|
|
| protected:
|
| MessageLoop message_loop_;
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| scoped_refptr<quota::MockSpecialStoragePolicy> storage_policy_;
|
| scoped_refptr<MockDomStorageTaskRunner> task_runner_;
|
| scoped_refptr<DomStorageContext> context_;
|
|
|