| Index: native_client_sdk/src/libraries/nacl_io/typed_mount_factory.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/typed_mount_factory.h b/native_client_sdk/src/libraries/nacl_io/typed_mount_factory.h
|
| index c859b0bb469cce4cf9b0324222f83f08140fa74d..c55d532edf09cab6e80f164fd1ce7bd8a79ac1f0 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/typed_mount_factory.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/typed_mount_factory.h
|
| @@ -1,7 +1,7 @@
|
| -/* 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.
|
| - */
|
| +// 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.
|
| +
|
| #ifndef LIBRARIES_NACL_IO_TYPED_MOUNT_FACTORY_H_
|
| #define LIBRARIES_NACL_IO_TYPED_MOUNT_FACTORY_H_
|
|
|
| @@ -26,4 +26,3 @@ class TypedMountFactory : public MountFactory {
|
| };
|
|
|
| #endif // LIBRARIES_NACL_IO_TYPED_MOUNT_FACTORY_H_
|
| -
|
|
|