diff options
author | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 21:02:59 +0000 |
---|---|---|
committer | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 21:02:59 +0000 |
commit | 4d99f4c2096489b0f1ea9c16e0091cd85301aa65 (patch) | |
tree | 7f1a4a862c8e8efd63a14e608064dd214bee1eb9 /ppapi | |
parent | ef552119f1a1256cce3e9ee4a094710f60f41c2f (diff) | |
download | chromium_src-4d99f4c2096489b0f1ea9c16e0091cd85301aa65.zip chromium_src-4d99f4c2096489b0f1ea9c16e0091cd85301aa65.tar.gz chromium_src-4d99f4c2096489b0f1ea9c16e0091cd85301aa65.tar.bz2 |
Line-ending fix
r116370 wrongly changed the line-endings from LF to CRLF in
ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h
and the later fix-up to other similarly affected files missed this one.
BUG= none
TEST= none
R=sehr@google.com,brettw@chromium.org
Review URL: http://codereview.chromium.org/9110015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h index 27acffd..175aead 100644 --- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h +++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h @@ -1,44 +1,44 @@ -// Copyright (c) 2011 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.
-//
-// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
-//
-// Automatically generated code. See srpcgen.py
-//
-// NaCl Simple Remote Procedure Call interface abstractions.
-
-#ifndef GEN_PPAPI_PROXY_UPCALL_H_
-#define GEN_PPAPI_PROXY_UPCALL_H_
-
-#ifndef __native_client__
-#include "native_client/src/include/portability.h"
-#endif // __native_client__
-#include "native_client/src/shared/srpc/nacl_srpc.h"
-#include "ppapi/c/pp_instance.h"
-#include "ppapi/c/pp_module.h"
-#include "ppapi/c/pp_resource.h"
-
-class PppUpcallRpcServer {
- public:
- static void PPB_Core_CallOnMainThread(
- NaClSrpcRpc* rpc,
- NaClSrpcClosure* done,
- int32_t delay_in_milliseconds,
- int32_t callback_id,
- int32_t result);
-
- private:
- PppUpcallRpcServer();
- PppUpcallRpcServer(const PppUpcallRpcServer&);
- void operator=(const PppUpcallRpcServer);
-}; // class PppUpcallRpcServer
-
-class PpbUpcalls {
- public:
- static NaClSrpcHandlerDesc srpc_methods[];
-}; // class PpbUpcalls
-
-
-#endif // GEN_PPAPI_PROXY_UPCALL_H_
-
+// Copyright (c) 2011 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. +// +// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING +// +// Automatically generated code. See srpcgen.py +// +// NaCl Simple Remote Procedure Call interface abstractions. + +#ifndef GEN_PPAPI_PROXY_UPCALL_H_ +#define GEN_PPAPI_PROXY_UPCALL_H_ + +#ifndef __native_client__ +#include "native_client/src/include/portability.h" +#endif // __native_client__ +#include "native_client/src/shared/srpc/nacl_srpc.h" +#include "ppapi/c/pp_instance.h" +#include "ppapi/c/pp_module.h" +#include "ppapi/c/pp_resource.h" + +class PppUpcallRpcServer { + public: + static void PPB_Core_CallOnMainThread( + NaClSrpcRpc* rpc, + NaClSrpcClosure* done, + int32_t delay_in_milliseconds, + int32_t callback_id, + int32_t result); + + private: + PppUpcallRpcServer(); + PppUpcallRpcServer(const PppUpcallRpcServer&); + void operator=(const PppUpcallRpcServer); +}; // class PppUpcallRpcServer + +class PpbUpcalls { + public: + static NaClSrpcHandlerDesc srpc_methods[]; +}; // class PpbUpcalls + + +#endif // GEN_PPAPI_PROXY_UPCALL_H_ + |