blob: d90b54e93a4a049b2951d6a79cc5ac0621f8f365 [file] [log] [blame]
// Copyright 2019 The Chromium 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 "chrome/services/cups_proxy/cups_proxy_service_delegate.h"
#include <memory>
#include <string>
#include "base/memory/weak_ptr.h"
namespace cups_proxy {
CupsProxyServiceDelegate::CupsProxyServiceDelegate() {}
CupsProxyServiceDelegate::~CupsProxyServiceDelegate() = default;
base::WeakPtr<CupsProxyServiceDelegate> CupsProxyServiceDelegate::GetWeakPtr() {
return weak_factory_.GetWeakPtr();
}
} // namespace cups_proxy