| Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| index 01271a1568807e31b426bc32570ff94b2515887d..c627764baac3c675ff3f915cb4bdfd639807a831 100644
|
| --- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| @@ -30,6 +30,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/sync/engine/test_id_factory.h"
|
| #include "chrome/test/sync/engine/test_user_share.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -277,7 +278,7 @@ class MockUnrecoverableErrorHandler : public UnrecoverableErrorHandler {
|
| void(const tracked_objects::Location&, const std::string&));
|
| };
|
|
|
| -class ProfileSyncServiceBookmarkTest : public testing::Test {
|
| +class ProfileSyncServiceBookmarkTest : public TestingBrowserProcessTest {
|
| protected:
|
| enum LoadOption { LOAD_FROM_STORAGE, DELETE_EXISTING_STORAGE };
|
| enum SaveOption { SAVE_TO_STORAGE, DONT_SAVE_TO_STORAGE };
|
|
|