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

Unified Diff: native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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/hello_nacl_mounts/hello_nacl_mounts.h
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h b/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h
deleted file mode 100644
index bf33a935c78ae4d1cc1e99346679f242c358dc18..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* 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.
- */
-
-#ifndef HELLO_NACL_MOUNTS_H_
-#define HELLO_NACL_MOUNTS_H_
-
-#include <stdarg.h>
-#include "ppapi/c/pp_var.h"
-
-struct PP_Var CStrToVar(const char* str);
-char* VprintfToNewString(const char* format, va_list args);
-char* PrintfToNewString(const char* format, ...);
-struct PP_Var PrintfToVar(const char* format, ...);
-uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length);
-
-#endif /* HELLO_NACL_MOUNTS_H_ */

Powered by Google App Engine
This is Rietveld 408576698