| Index: components/sync/driver/async_directory_type_controller_mock.cc
|
| diff --git a/components/sync/driver/async_directory_type_controller_mock.cc b/components/sync/driver/async_directory_type_controller_mock.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1a95234f7b0ba0c1f1dd8207a336fd03738d60cb
|
| --- /dev/null
|
| +++ b/components/sync/driver/async_directory_type_controller_mock.cc
|
| @@ -0,0 +1,13 @@
|
| +// 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/driver/async_directory_type_controller_mock.h"
|
| +
|
| +namespace syncer {
|
| +
|
| +AsyncDirectoryTypeControllerMock::AsyncDirectoryTypeControllerMock() {}
|
| +
|
| +AsyncDirectoryTypeControllerMock::~AsyncDirectoryTypeControllerMock() {}
|
| +
|
| +} // namespace syncer
|
|
|