fake_distiller_page.cc 557 B

1234567891011121314151617
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/dom_distiller/core/fake_distiller_page.h"
  5. namespace dom_distiller {
  6. namespace test {
  7. MockDistillerPageFactory::MockDistillerPageFactory() = default;
  8. MockDistillerPageFactory::~MockDistillerPageFactory() = default;
  9. MockDistillerPage::MockDistillerPage() = default;
  10. MockDistillerPage::~MockDistillerPage() = default;
  11. } // namespace test
  12. } // namespace dom_distiller