| Index: components/invalidation/object_id_invalidation_map_test_util.h
|
| diff --git a/components/invalidation/object_id_invalidation_map_test_util.h b/components/invalidation/object_id_invalidation_map_test_util.h
|
| deleted file mode 100644
|
| index 9be67a83ea1e5aec43f265e4b7de4c0e553056f7..0000000000000000000000000000000000000000
|
| --- a/components/invalidation/object_id_invalidation_map_test_util.h
|
| +++ /dev/null
|
| @@ -1,20 +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.
|
| -
|
| -#ifndef COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
|
| -#define COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
|
| -
|
| -// Convince googletest to use the correct overload for PrintTo().
|
| -#include "components/invalidation/invalidation_test_util.h"
|
| -#include "components/invalidation/object_id_invalidation_map.h"
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -
|
| -namespace syncer {
|
| -
|
| -::testing::Matcher<const ObjectIdInvalidationMap&> Eq(
|
| - const ObjectIdInvalidationMap& expected);
|
| -
|
| -} // namespace syncer
|
| -
|
| -#endif // COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_
|
|
|