chromium/components/sync/test/mock_update_handler.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_UPDATE_HANDLER_H_
#define COMPONENTS_SYNC_TEST_MOCK_UPDATE_HANDLER_H_

#include <memory>

#include "base/compiler_specific.h"
#include "components/sync/base/data_type.h"
#include "components/sync/base/sync_invalidation.h"
#include "components/sync/engine/update_handler.h"
#include "components/sync/protocol/data_type_progress_marker.pb.h"

namespace syncer {

class MockUpdateHandler : public UpdateHandler {};

}  // namespace syncer

#endif  // COMPONENTS_SYNC_TEST_MOCK_UPDATE_HANDLER_H_