// Copyright 2019 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/page_image_annotation/content/renderer/content_page_annotator_driver.h" #include "base/strings/strcat.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace page_image_annotation { Eq; IsEmpty; TEST(ContentPageAnnotatorDriverTest, GenerateSourceIdFailure) { … } TEST(ContentPageAnnotatorDriverTest, GenerateSourceIdSuccess) { … } } // namespace page_image_annotation