// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "mojo/public/cpp/bindings/lib/wtf_hash_util.h" #include "mojo/public/interfaces/bindings/tests/test_structs.mojom-blink.h" #include "mojo/public/interfaces/bindings/tests/test_wtf_types.mojom-blink.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/renderer/platform/wtf/hash_functions.h" namespace mojo { namespace test { namespace { WTFHashTest; TEST_F(WTFHashTest, NestedStruct) { … } TEST_F(WTFHashTest, Enum) { … } } // namespace } // namespace test } // namespace mojo