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

Unified Diff: chrome/browser/sync/glue/theme_util_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/theme_util_unittest.cc
diff --git a/chrome/browser/sync/glue/theme_util_unittest.cc b/chrome/browser/sync/glue/theme_util_unittest.cc
index 3d728df602f00ff398be79076e72ada116829032..deaf38c84902d5ef76eb94470a0438122347cf2f 100644
--- a/chrome/browser/sync/glue/theme_util_unittest.cc
+++ b/chrome/browser/sync/glue/theme_util_unittest.cc
@@ -13,6 +13,7 @@
#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_constants.h"
#include "chrome/test/base/testing_profile.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -34,7 +35,7 @@ ProfileKeyedService* BuildMockThemeService(Profile* profile) {
return new MockThemeService;
}
-class ThemeUtilTest : public testing::Test {
+class ThemeUtilTest : public TestingBrowserProcessTest {
protected:
MockThemeService* BuildForProfile(Profile* profile) {
return static_cast<MockThemeService*>(

Powered by Google App Engine
This is Rietveld 408576698