Include the headers from the libjingle overrides.

BUG=116567
TEST=apprtc.appspot.com

Review URL: http://codereview.chromium.org/9581015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124834 0039d316-1c4b-4281-b951-d872f2087c98
parent 25f59902
......@@ -9,12 +9,12 @@
#include "base/logging.h"
#include "remoting/jingle_glue/ssl_adapter.h"
#include "third_party/libjingle/source/talk/base/byteorder.h"
#include "third_party/libjingle/overrides/talk/base/byteorder.h"
#include "third_party/libjingle/overrides/talk/base/thread.h"
#include "third_party/libjingle/source/talk/base/common.h"
#include "third_party/libjingle/source/talk/base/firewallsocketserver.h"
#include "third_party/libjingle/source/talk/base/socketadapters.h"
#include "third_party/libjingle/source/talk/base/ssladapter.h"
#include "third_party/libjingle/source/talk/base/thread.h"
#include "third_party/libjingle/source/talk/xmpp/xmppengine.h"
namespace remoting {
......
......@@ -6,5 +6,6 @@ include_rules = [
"+ppapi/cpp",
"+ppapi/utility",
"+remoting/jingle_glue",
"+third_party/libjingle",
"+third_party/protobuf/src",
]
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Copyright (c) 2012 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.
......@@ -8,7 +8,7 @@
#include "net/base/io_buffer.h"
#include "remoting/base/compound_buffer.h"
#include "remoting/proto/internal.pb.h"
#include "third_party/libjingle/source/talk/base/byteorder.h"
#include "third_party/libjingle/overrides/talk/base/byteorder.h"
namespace remoting {
namespace protocol {
......
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Copyright (c) 2012 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.
#include "remoting/protocol/rtp_utils.h"
#include "base/logging.h"
#include "third_party/libjingle/source/talk/base/byteorder.h"
#include "third_party/libjingle/overrides/talk/base/byteorder.h"
using talk_base::GetBE16;
using talk_base::GetBE32;
......
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Copyright (c) 2012 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.
......@@ -8,7 +8,7 @@
#include "base/hash_tables.h"
#include "base/logging.h"
#include "net/base/io_buffer.h"
#include "third_party/libjingle/source/talk/base/byteorder.h"
#include "third_party/libjingle/overrides/talk/base/byteorder.h"
namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment