| Index: chrome/browser/policy/asynchronous_policy_test_base.h
|
| diff --git a/chrome/browser/policy/asynchronous_policy_test_base.h b/chrome/browser/policy/asynchronous_policy_test_base.h
|
| index 373c5a323dc4db0a48c143d3190673f1787a1d8f..7e11d298eeadc2a61c43791e385fa3b090ac3745 100644
|
| --- a/chrome/browser/policy/asynchronous_policy_test_base.h
|
| +++ b/chrome/browser/policy/asynchronous_policy_test_base.h
|
| @@ -9,7 +9,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "chrome/browser/policy/asynchronous_policy_provider.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -44,8 +45,8 @@ class AsynchronousPolicyTestBase : public testing::Test {
|
| scoped_ptr<ProviderDelegateMock> delegate_;
|
|
|
| private:
|
| - BrowserThread ui_thread_;
|
| - BrowserThread file_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread file_thread_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AsynchronousPolicyTestBase);
|
| };
|
|
|