| Index: webkit/quota/quota_manager_unittest.cc
|
| diff --git a/webkit/quota/quota_manager_unittest.cc b/webkit/quota/quota_manager_unittest.cc
|
| index fd6e671487329d204f82db894ddcf1ae92aa36a2..a5b8dfd6ed5ba378c14423bb5993a5ba304d26dc 100644
|
| --- a/webkit/quota/quota_manager_unittest.cc
|
| +++ b/webkit/quota/quota_manager_unittest.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include <vector>
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -
|
| #include "base/file_util.h"
|
| #include "base/memory/scoped_callback_factory.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -13,6 +11,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "base/stl_util-inl.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageQuotaError.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageQuotaType.h"
|
| #include "webkit/quota/mock_storage_client.h"
|
|
|