| Index: native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc b/native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
|
| index 85bfd0cf0634a466192c6545445d804597e519e8..f72ff089931bb0d90d9fa643d1b9a5e5d60d4a92 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
|
| @@ -1,7 +1,6 @@
|
| -/* Copyright (c) 2012 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.
|
| - */
|
| +// Copyright (c) 2012 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.
|
|
|
| // The entire file is wrapped in this #if. We do this so this .cc file can be
|
| // compiled, even on a non-Windows build.
|
|
|