// 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 Eq( const ObjectIdInvalidationMap& expected); } // namespace syncer #endif // COMPONENTS_INVALIDATION_OBJECT_ID_INVALIDATION_MAP_TEST_UTIL_H_