| Index: content/browser/plugin_loader_posix_unittest.cc
|
| diff --git a/content/browser/plugin_loader_posix_unittest.cc b/content/browser/plugin_loader_posix_unittest.cc
|
| index eb18428531b8462c48639912da8d56ab4194ffe2..d92eee00b7c279b73b558a36794817a1434b4d12 100644
|
| --- a/content/browser/plugin_loader_posix_unittest.cc
|
| +++ b/content/browser/plugin_loader_posix_unittest.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/file_path.h"
|
| -#include "base/message_loop.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/message_loop.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "content/browser/browser_thread.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| class MockPluginLoaderPosix : public PluginLoaderPosix {
|
| @@ -82,8 +82,8 @@ class PluginLoaderPosixTest : public testing::Test {
|
|
|
| private:
|
| MessageLoopForIO message_loop_;
|
| - BrowserThread file_thread_;
|
| - BrowserThread io_thread_;
|
| + content::TestBrowserThread file_thread_;
|
| + content::TestBrowserThread io_thread_;
|
|
|
| scoped_refptr<MockPluginLoaderPosix> plugin_loader_;
|
| };
|
|
|