Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: native_client_sdk/src/examples/demo/googledrivefs_demo/googledrivefs_demo.h

Issue 2156503002: [NaCl SDK] Expose Google Drive to nacl_io. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_ */

Powered by Google App Engine
This is Rietveld 408576698