OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2017 The Chromium Authors. All rights reserved. | |
xiyuan
2017/04/27 19:34:21
nit: (c) is not needed
kumarniranjan
2017/04/27 22:58:58
Done.
| |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "chrome/browser/chromeos/login/mock_network_state_helper.h" | |
6 | |
7 namespace chromeos { | |
8 | |
xiyuan
2017/04/27 19:34:21
nit: nuke the empty line
kumarniranjan
2017/04/27 22:58:58
Done.
| |
9 namespace login { | |
10 | |
11 MockNetworkStateHelper::MockNetworkStateHelper() {} | |
12 MockNetworkStateHelper::~MockNetworkStateHelper() {} | |
13 | |
14 } // namespace login | |
15 | |
xiyuan
2017/04/27 19:34:21
nit: nuke the empty line
kumarniranjan
2017/04/27 22:58:59
Done.
| |
16 } // namespace chromeos | |
OLD | NEW |