Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / local_discovery / service_discovery_client_mac_factory.h
blob68c77f70bd064609e1ae8d0e54b4cb96053564d9
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_LOCAL_DISCOVERY_SERVICE_DISCOVERY_CLIENT_MAC_FACTORY_H_
6 #define CHROME_BROWSER_LOCAL_DISCOVERY_SERVICE_DISCOVERY_CLIENT_MAC_FACTORY_H_
8 #include "chrome/browser/local_discovery/service_discovery_shared_client.h"
10 namespace local_discovery {
12 class ServiceDiscoveryClientMacFactory {
13 public:
14 static scoped_refptr<ServiceDiscoverySharedClient> CreateInstance();
16 private:
17 ServiceDiscoveryClientMacFactory() {}
18 virtual ~ServiceDiscoveryClientMacFactory() {}
21 } // namespace local_discovery
23 #endif // CHROME_BROWSER_LOCAL_DISCOVERY_SERVICE_DISCOVERY_CLIENT_MAC_FACTORY_H_