blob: be9caa1791ce43781707748b5405866330ca237b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) 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/chromeos/net/mock_connectivity_state_helper.h"
namespace chromeos {
MockConnectivityStateHelper::MockConnectivityStateHelper() {}
MockConnectivityStateHelper::~MockConnectivityStateHelper() {}
} // namespace chromeos
|