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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc

Issue 10804034: 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
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_example_audio/audio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc b/ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc
index 1dfc3146e0bc75303989bc15b1647eb09da3c99a..14dd93efd9ccf1db0ee81d9f93561d14d259dd2d 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_audio/ppapi_ppb_audio.cc
@@ -3,8 +3,6 @@
// found in the LICENSE file.
//
-#include <nacl/nacl_log.h>
-
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
@@ -16,7 +14,6 @@
#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 | « no previous file | ppapi/native_client/tests/ppapi_example_audio/audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698