blob: 246e615370530341ffba622fcfed71230a09f5b6 [file] [log] [blame]
// Copyright 2018 The ChromiumOS Authors
// 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, base::DoNothing()) {}
MockPortalDetector::~MockPortalDetector() = default;
} // namespace shill