OLD | NEW |
(Empty) | |
| 1 // Copyright 2010 The Native Client Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can |
| 3 // be found in the LICENSE file. |
| 4 |
| 5 #ifndef NATIVE_CLIENT_TESTS_FAKE_BROWSER_PPAPI_UTILITY_H_ |
| 6 #define NATIVE_CLIENT_TESTS_FAKE_BROWSER_PPAPI_UTILITY_H_ |
| 7 |
| 8 #include "native_client/src/shared/platform/nacl_check.h" |
| 9 |
| 10 namespace fake_browser_ppapi { |
| 11 |
| 12 void DebugPrintf(const char* format, ...); |
| 13 |
| 14 } // namespace fake_browser_ppapi |
| 15 |
| 16 #endif // NATIVE_CLIENT_TESTS_FAKE_BROWSER_PPAPI_UTILITY_H_ |
OLD | NEW |