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

Unified Diff: ppapi/native_client/tests/ppapi_example_audio/audio.cc

Issue 10815024: Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: ppapi/native_client/tests/ppapi_example_audio/audio.cc
===================================================================
--- ppapi/native_client/tests/ppapi_example_audio/audio.cc (revision 147600)
+++ ppapi/native_client/tests/ppapi_example_audio/audio.cc (working copy)
@@ -3,6 +3,8 @@
// found in the LICENSE file.
//
+#include <nacl/nacl_log.h>
+
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
@@ -12,7 +14,6 @@
#include <limits>
#include <string>
#include "native_client/src/include/nacl/nacl_inttypes.h"
-#include "native_client/src/shared/platform/nacl_log.h"
#include "native_client/src/shared/ppapi_proxy/utility.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_errors.h"
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc ('k') | tools/json_schema_compiler/cc_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698