| Index: webkit/fileapi/file_system_quota_client_unittest.cc
|
| diff --git a/webkit/fileapi/file_system_quota_client_unittest.cc b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| index 1dd308fac8674f9623337ce74b76fd79d5c6df9b..4dc3383c0ed2539bcc89b074f48a1de24153997a 100644
|
| --- a/webkit/fileapi/file_system_quota_client_unittest.cc
|
| +++ b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/bind.h"
|
| #include "base/basictypes.h"
|
| +#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/platform_file.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/fileapi/file_system_context.h"
|
| @@ -251,7 +251,7 @@ class FileSystemQuotaClientTest : public testing::Test {
|
| deletion_status_ = status;
|
| }
|
|
|
| - ScopedTempDir data_dir_;
|
| + base::ScopedTempDir data_dir_;
|
| MessageLoop message_loop_;
|
| scoped_refptr<FileSystemContext> file_system_context_;
|
| base::WeakPtrFactory<FileSystemQuotaClientTest> weak_factory_;
|
|
|