Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: content/browser/plugin_loader_posix_unittest.cc

Issue 8392042: Split BrowserThread into public API and private implementation, step 1. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/plugin_loader_posix.cc ('k') | content/browser/plugin_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « content/browser/plugin_loader_posix.cc ('k') | content/browser/plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698