chromium/components/dom_distiller/core/fake_distiller_page.cc

// 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.

#include "components/dom_distiller/core/fake_distiller_page.h"

namespace dom_distiller {
namespace test {

MockDistillerPageFactory::MockDistillerPageFactory() = default;
MockDistillerPageFactory::~MockDistillerPageFactory() = default;

MockDistillerPage::MockDistillerPage() = default;
MockDistillerPage::~MockDistillerPage() = default;

}  // namespace test
}  // namespace dom_distiller