blob: ff89251f6808728b27a727915b35bda4a0ab22a1 [file] [log] [blame]
// Copyright 2013 The Chromium Authors
// 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