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

Unified Diff: chrome/test/browser_with_test_window_test.h

Issue 6532034: GTTF: Use a fresh TestingBrowserProcess for each test, part #2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 10 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 | « chrome/chrome_tests.gypi ('k') | chrome/test/browser_with_test_window_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/browser_with_test_window_test.h
===================================================================
--- chrome/test/browser_with_test_window_test.h (revision 75925)
+++ chrome/test/browser_with_test_window_test.h (working copy)
@@ -7,6 +7,7 @@
#pragma once
#include "base/message_loop.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "chrome/test/test_browser_window.h"
#include "content/browser/browser_thread.h"
#include "content/browser/renderer_host/test_render_view_host.h"
@@ -39,7 +40,7 @@
//
// Subclasses must invoke BrowserWithTestWindowTest::SetUp as it is responsible
// for creating the various objects of this class.
-class BrowserWithTestWindowTest : public testing::Test {
+class BrowserWithTestWindowTest : public TestingBrowserProcessTest {
public:
BrowserWithTestWindowTest();
virtual ~BrowserWithTestWindowTest();
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/browser_with_test_window_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698