| Index: ppapi/native_client/tests/ppapi_geturl/nacl_file_main.h
|
| ===================================================================
|
| --- ppapi/native_client/tests/ppapi_geturl/nacl_file_main.h (revision 0)
|
| +++ ppapi/native_client/tests/ppapi_geturl/nacl_file_main.h (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2011 The Native Client 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 TESTS_PPAPI_GETURL_NACL_FILE_MAIN_H_
|
| +#define TESTS_PPAPI_GETURL_NACL_FILE_MAIN_H_
|
| +
|
| +extern void test_nacl_file();
|
| +
|
| +#endif
|
|
|