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

Unified Diff: chrome/browser/renderer_host/text_input_client_mac_unittest.mm

Issue 7744039: Switch ChromeTestSuite to the same convention as ContentTestSuite: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixing Created 9 years, 4 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
Index: chrome/browser/renderer_host/text_input_client_mac_unittest.mm
diff --git a/chrome/browser/renderer_host/text_input_client_mac_unittest.mm b/chrome/browser/renderer_host/text_input_client_mac_unittest.mm
index a3e8a337a68ddab2ff4c91ad828dc9339159af1c..2ea2735b4c95ee2735e89f7a73b90e88ce996ef0 100644
--- a/chrome/browser/renderer_host/text_input_client_mac_unittest.mm
+++ b/chrome/browser/renderer_host/text_input_client_mac_unittest.mm
@@ -9,7 +9,6 @@
#include "base/threading/thread.h"
#include "chrome/browser/renderer_host/text_input_client_message_filter.h"
#include "chrome/common/text_input_client_messages.h"
-#include "chrome/test/base/testing_browser_process_test.h"
#include "chrome/test/base/testing_profile.h"
#include "content/browser/renderer_host/mock_render_process_host.h"
#include "content/browser/renderer_host/render_process_host.h"
@@ -25,7 +24,7 @@ const int64 kTaskDelayMs = 200;
// This test does not test the WebKit side of the dictionary system (which
// performs the actual data fetching), but rather this just tests that the
// service's signaling system works.
-class TextInputClientMacTest : public TestingBrowserProcessTest {
+class TextInputClientMacTest : public testing::Test {
public:
TextInputClientMacTest()
: message_loop_(MessageLoop::TYPE_UI),

Powered by Google App Engine
This is Rietveld 408576698