| Index: components/sync/core_impl/test/fake_model_type_connector.cc
|
| diff --git a/components/sync/core_impl/test/fake_model_type_connector.cc b/components/sync/core_impl/test/fake_model_type_connector.cc
|
| deleted file mode 100644
|
| index 73d66afae270187aa4340e3eae8d6cb67b69a06d..0000000000000000000000000000000000000000
|
| --- a/components/sync/core_impl/test/fake_model_type_connector.cc
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "components/sync/core/test/fake_model_type_connector.h"
|
| -
|
| -#include "components/sync/core/activation_context.h"
|
| -
|
| -namespace syncer {
|
| -
|
| -FakeModelTypeConnector::FakeModelTypeConnector() {}
|
| -
|
| -FakeModelTypeConnector::~FakeModelTypeConnector() {}
|
| -
|
| -void FakeModelTypeConnector::ConnectType(
|
| - ModelType type,
|
| - std::unique_ptr<ActivationContext> activation_context) {}
|
| -
|
| -void FakeModelTypeConnector::DisconnectType(ModelType type) {}
|
| -
|
| -} // namespace syncer
|
|
|