blob: a4db7e3db5b6ac584b4e1096f77e8c6ca0dc3f6c [file] [log] [blame]
// Copyright 2018 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/mock_portal_detector.h"
namespace shill {
MockPortalDetector::MockPortalDetector()
: PortalDetector(nullptr,
nullptr,
base::Callback<void(const PortalDetector::Result&)>()) {}
MockPortalDetector::~MockPortalDetector() = default;
} // namespace shill