1 // Copyright 2014 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 #include "chromecast/net/network_change_notifier_factory_cast.h"
7 #include "chromecast/net/network_change_notifier_cast.h"
11 net::NetworkChangeNotifier
* NetworkChangeNotifierFactoryCast::CreateInstance() {
12 // Caller assumes ownership.
13 return new NetworkChangeNotifierCast();
16 NetworkChangeNotifierFactoryCast::~NetworkChangeNotifierFactoryCast() {
19 } // namespace chromecast