chromium/components/sync/test/mock_invalidation_tracker.h

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_
#define COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_

#include <stdint.h>

#include <memory>
#include <set>
#include <string>

#include "components/sync/test/trackable_mock_invalidation.h"

namespace syncer {

// Instantiates and track the acknowledgement state of
// TrackableMockInvalidations.
class MockInvalidationTracker {};

}  // namespace syncer

#endif  // COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_