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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_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_browser/ppb_audio/ppapi_ppb_audio.cc
===================================================================
--- ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc (revision 147600)
+++ ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_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>
@@ -14,6 +16,7 @@
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/include/nacl/nacl_inttypes.h"
+#include "native_client/src/shared/platform/nacl_check.h"
#include "native_client/src/shared/ppapi_proxy/utility.h"
#include "native_client/tests/ppapi_test_lib/get_browser_interface.h"
#include "native_client/tests/ppapi_test_lib/test_interface.h"
« no previous file with comments | « chrome/browser/ui/webui/screenshot_source.cc ('k') | ppapi/native_client/tests/ppapi_example_audio/audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698