// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/offline_pages/core/auto_fetch.h" #include "components/offline_pages/core/client_namespace_constants.h" #include "testing/gtest/include/gtest/gtest.h" namespace offline_pages { namespace auto_fetch { namespace { TEST(AutoFetch, MakeClientId) { … } TEST(AutoFetch, ExtractMetadataSuccess) { … } TEST(AutoFetch, ExtractMetadataFail) { … } } // namespace } // namespace auto_fetch } // namespace offline_pages