// components/dom_distiller/content/common/mojom/distillability_service.mojom-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef COMPONENTS_DOM_DISTILLER_CONTENT_COMMON_MOJOM_DISTILLABILITY_SERVICE_MOJOM_TEST_UTILS_H_
#define COMPONENTS_DOM_DISTILLER_CONTENT_COMMON_MOJOM_DISTILLABILITY_SERVICE_MOJOM_TEST_UTILS_H_

#include "components/dom_distiller/content/common/mojom/distillability_service.mojom.h"


namespace dom_distiller::mojom {


class  DistillabilityServiceInterceptorForTesting : public DistillabilityService {
  virtual DistillabilityService* GetForwardingInterface() = 0;
  void NotifyIsDistillable(bool page_is_distillable, bool is_last_update, bool is_long_article, bool is_mobile_friendly) override;
};
class  DistillabilityServiceAsyncWaiter {
 public:
  explicit DistillabilityServiceAsyncWaiter(DistillabilityService* proxy);

  DistillabilityServiceAsyncWaiter(const DistillabilityServiceAsyncWaiter&) = delete;
  DistillabilityServiceAsyncWaiter& operator=(const DistillabilityServiceAsyncWaiter&) = delete;

  ~DistillabilityServiceAsyncWaiter();

 private:
  DistillabilityService* const proxy_;
};




}  // dom_distiller::mojom

#endif  // COMPONENTS_DOM_DISTILLER_CONTENT_COMMON_MOJOM_DISTILLABILITY_SERVICE_MOJOM_TEST_UTILS_H_