#include "components/power_bookmarks/storage/power_bookmark_sync_bridge.h"
#include "base/files/scoped_temp_dir.h"
#include "base/test/task_environment.h"
#include "components/power_bookmarks/common/power.h"
#include "components/power_bookmarks/common/power_test_util.h"
#include "components/power_bookmarks/storage/power_bookmark_backend.h"
#include "components/power_bookmarks/storage/power_bookmark_sync_metadata_database.h"
#include "components/sync/model/sync_metadata_store.h"
#include "components/sync/test/data_type_store_test_util.h"
#include "components/sync/test/mock_data_type_local_change_processor.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
_;
Return;
SizeIs;
namespace power_bookmarks {
MATCHER_P(MatchesPowerByGUID, expected_guid, "") { … }
class MockTransaction : public Transaction { … };
class MockDelegate : public PowerBookmarkSyncBridge::Delegate { … };
class PowerBookmarkSyncBridgeTest : public ::testing::Test { … };
TEST_F(PowerBookmarkSyncBridgeTest, MergeFullSyncDataAdd) { … }
TEST_F(PowerBookmarkSyncBridgeTest, ApplyIncrementalSyncChangesAdd) { … }
TEST_F(PowerBookmarkSyncBridgeTest, ApplyIncrementalSyncChangesUpdate) { … }
TEST_F(PowerBookmarkSyncBridgeTest, ApplyIncrementalSyncChangesDelete) { … }
TEST_F(PowerBookmarkSyncBridgeTest, ApplyIncrementalSyncChangesFail) { … }
}