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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.h

Issue 8949069: Remove references to headers not in TC. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/src/shared/ppapi_proxy/plugin_ppb_audio.h
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.h (revision 115918)
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.h (working copy)
@@ -1,17 +1,17 @@
-// Copyright 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can
-// be found in the LICENSE file.
+// Copyright (c) 2011 The Chromium 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 NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_AUDIO_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_AUDIO_H_
-#include <nacl/nacl_srpc.h>
#include <pthread.h>
#include "native_client/src/include/nacl_base.h"
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/include/portability.h"
#include "native_client/src/include/ref_counted.h"
#include "native_client/src/shared/ppapi_proxy/plugin_resource.h"
+#include "native_client/src/shared/srpc/nacl_srpc.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/ppb_audio.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