| Index: chrome/browser/cookies_tree_model_unittest.cc
|
| diff --git a/chrome/browser/cookies_tree_model_unittest.cc b/chrome/browser/cookies_tree_model_unittest.cc
|
| index 275f2d7688073a93eb6397339af632b9a08882e8..5c7455ede81405b850c03074aa3f6058c3ebe3be 100644
|
| --- a/chrome/browser/cookies_tree_model_unittest.cc
|
| +++ b/chrome/browser/cookies_tree_model_unittest.cc
|
| @@ -13,11 +13,12 @@
|
| #include "chrome/browser/mock_browsing_data_database_helper.h"
|
| #include "chrome/browser/mock_browsing_data_file_system_helper.h"
|
| #include "chrome/browser/mock_browsing_data_indexed_db_helper.h"
|
| -#include "chrome/browser/mock_browsing_data_quota_helper.h"
|
| #include "chrome/browser/mock_browsing_data_local_storage_helper.h"
|
| +#include "chrome/browser/mock_browsing_data_quota_helper.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_types.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -271,8 +272,8 @@ class CookiesTreeModelTest : public testing::Test {
|
|
|
| protected:
|
| MessageLoop message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread io_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread io_thread_;
|
|
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_refptr<MockBrowsingDataCookieHelper>
|
|
|