| 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*>(
|
|
|