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

Unified Diff: chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc

Issue 7465041: GTTF: Use a fresh TestingBrowserProcess for each test, part #4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 9 years, 5 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/sync/glue/frontend_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
index 0c358a56f1e79aa4d4cbfdaf2fed13b791777ee5..5a8a1cf8100be2e66d4bb3f0791c99920c31acb1 100644
--- a/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
@@ -16,6 +16,7 @@
#include "chrome/browser/sync/profile_sync_factory_mock.h"
#include "chrome/browser/sync/profile_sync_service_mock.h"
#include "chrome/test/base/profile_mock.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "content/browser/browser_thread.h"
using browser_sync::ChangeProcessorMock;
@@ -81,7 +82,7 @@ class FrontendDataTypeControllerFake : public FrontendDataTypeController {
FrontendDataTypeControllerMock* mock_;
};
-class FrontendDataTypeControllerTest : public testing::Test {
+class FrontendDataTypeControllerTest : public TestingBrowserProcessTest {
public:
FrontendDataTypeControllerTest()
: ui_thread_(BrowserThread::UI, &message_loop_) {}

Powered by Google App Engine
This is Rietveld 408576698