// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_DOM_DISTILLER_CORE_FAKE_DISTILLER_PAGE_H_ #define COMPONENTS_DOM_DISTILLER_CORE_FAKE_DISTILLER_PAGE_H_ #include "components/dom_distiller/core/distiller_page.h" #include "testing/gmock/include/gmock/gmock.h" namespace dom_distiller { namespace test { class MockDistillerPageFactory : public DistillerPageFactory { … }; class MockDistillerPage : public DistillerPage { … }; } // namespace test } // namespace dom_distiller #endif // COMPONENTS_DOM_DISTILLER_CORE_FAKE_DISTILLER_PAGE_H_