blob: 331969efbc5b3cc15c065b487c6cf16a5bcafdc2 [file] [log] [blame]
// Copyright 2013 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/browser/local_discovery/service_discovery_client_mac_factory.h"
#include "chrome/browser/local_discovery/service_discovery_client_mac.h"
namespace local_discovery {
// static
scoped_refptr<ServiceDiscoverySharedClient>
ServiceDiscoveryClientMacFactory::CreateInstance() {
return new ServiceDiscoveryClientMac();
}
} // namespace local_discovery