| 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 7f36c9719903737bf4246e2ceb2b507956d4bd0c..54f956af67d4588052fd09991d8b89143e44a784 100644
|
| --- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| @@ -29,6 +29,7 @@
|
| #include "chrome/common/chrome_switches.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 "chrome/test/testing_profile.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.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 };
|
|
|