| Index: native_client_sdk/src/examples/demo/googledrivefs_demo/googledrivefs_demo.h
|
| diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/nacl_io_demo.h b/native_client_sdk/src/examples/demo/googledrivefs_demo/googledrivefs_demo.h
|
| similarity index 81%
|
| copy from native_client_sdk/src/examples/demo/nacl_io_demo/nacl_io_demo.h
|
| copy to native_client_sdk/src/examples/demo/googledrivefs_demo/googledrivefs_demo.h
|
| index 1a89226af3e4900c763fa280deb649c0227e46d8..d566cf3cf46697d502b230e3d101b585c0f18070 100644
|
| --- a/native_client_sdk/src/examples/demo/nacl_io_demo/nacl_io_demo.h
|
| +++ b/native_client_sdk/src/examples/demo/googledrivefs_demo/googledrivefs_demo.h
|
| @@ -1,9 +1,9 @@
|
| -/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +/* Copyright (c) 2016 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 NACL_IO_DEMO_H_
|
| -#define NACL_IO_DEMO_H_
|
| +#ifndef GOOGLEFILEFS_DEMO_H_
|
| +#define GOOGLEFILEFS_DEMO_H_
|
|
|
| #include <stdarg.h>
|
| #include "ppapi/c/pp_instance.h"
|
| @@ -22,4 +22,4 @@ extern PPB_Var* g_ppb_var;
|
| extern PPB_VarArray* g_ppb_var_array;
|
| extern PPB_VarDictionary* g_ppb_var_dictionary;
|
|
|
| -#endif /* NACL_IO_DEMO_H_ */
|
| +#endif /* GOOGLEFILEFS_DEMO_H_ */
|
|
|