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

Unified Diff: native_client_sdk/src/examples/demo/googledrivefs_demo/queue.cc

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/queue.cc
diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/queue.c b/native_client_sdk/src/examples/demo/googledrivefs_demo/queue.cc
similarity index 98%
copy from native_client_sdk/src/examples/demo/nacl_io_demo/queue.c
copy to native_client_sdk/src/examples/demo/googledrivefs_demo/queue.cc
index ab0b0ba0075f5365dd8025d91ca8c095a9ebc7b5..644bc3689f8adffc17230f530c89d289930d7837 100644
--- a/native_client_sdk/src/examples/demo/nacl_io_demo/queue.c
+++ b/native_client_sdk/src/examples/demo/googledrivefs_demo/queue.cc
@@ -1,4 +1,4 @@
-/* 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. */

Powered by Google App Engine
This is Rietveld 408576698