0

Added some missing includes, removed one include and removed an undef.

Found this when working on removing WebRTC's dependency on Chromium.

These updates makes the WebRTC Chromium FYI bots green.

BUG=468375
TBR=sergeyu@chromium.org,nick@chromium.org

Review URL: https://codereview.chromium.org/1346883003

Cr-Commit-Position: refs/heads/master@{#349631}
This commit is contained in:
grunell
2015-09-18 01:17:41 -07:00
committed by Commit bot
parent d08578ef64
commit cf13294633
8 changed files with 6 additions and 6 deletions

@ -7,6 +7,7 @@
#include <string>
#include "base/macros.h"
#include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h"
namespace content {

@ -18,11 +18,6 @@
#include "ppapi/host/host_message_context.h"
#include "ppapi/proxy/ppapi_messages.h"
#include "ppapi/shared_impl/media_stream_buffer.h"
// IS_ALIGNED is also defined in
// third_party/webrtc/overrides/webrtc/base/basictypes.h
// TODO(ronghuawu): Avoid undef.
#undef IS_ALIGNED
#include "third_party/libyuv/include/libyuv.h"
using media::VideoFrame;

@ -14,6 +14,7 @@
#define JINGLE_NOTIFIER_PUSH_NOTIFICATIONS_LISTENER_LISTEN_TASK_H_
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "webrtc/libjingle/xmpp/xmpptask.h"
namespace buzz {

@ -12,6 +12,7 @@
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "jingle/notifier/listener/notification_defines.h"
#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/xmpptask.h"

@ -5,6 +5,7 @@
#ifndef REMOTING_CLIENT_PLUGIN_PEPPER_ADDRESS_RESOLVER_H_
#define REMOTING_CLIENT_PLUGIN_PEPPER_ADDRESS_RESOLVER_H_
#include "base/macros.h"
#include "ppapi/cpp/host_resolver.h"
#include "ppapi/utility/completion_callback_factory.h"
#include "third_party/webrtc/base/asyncresolverinterface.h"

@ -6,6 +6,7 @@
#define REMOTING_CLIENT_PLUGIN_PEPPER_PACKET_SOCKET_FACTORY_H_
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "ppapi/cpp/instance_handle.h"
#include "third_party/webrtc/p2p/base/packetsocketfactory.h"

@ -6,6 +6,7 @@
#define REMOTING_PROTOCOL_CHROMIUM_SOCKET_FACTORY_H_
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "third_party/webrtc/p2p/base/packetsocketfactory.h"
namespace remoting {

@ -13,7 +13,6 @@
#include "base/native_library.h"
#include "base/path_service.h"
#include "base/trace_event/trace_event.h"
#include "third_party/webrtc/overrides/webrtc/base/basictypes.h"
#include "third_party/webrtc/overrides/webrtc/base/logging.h"
#include "third_party/webrtc/system_wrappers/interface/cpu_info.h"
#include "third_party/webrtc/system_wrappers/interface/event_tracer.h"