Refactor the public interfaces to use the full path in include.
BUG= Review URL: https://webrtc-codereview.appspot.com/708006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2546 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
42033b4a43
commit
792e974949
@ -11,8 +11,8 @@
|
||||
#ifndef MODULES_AUDIO_DEVICE_MAIN_INTERFACE_AUDIO_DEVICE_H_
|
||||
#define MODULES_AUDIO_DEVICE_MAIN_INTERFACE_AUDIO_DEVICE_H_
|
||||
|
||||
#include "module.h"
|
||||
#include "audio_device_defines.h"
|
||||
#include "modules/audio_device/main/interface/audio_device_defines.h"
|
||||
#include "modules/interface/module.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_MAIN_INTERFACE_VIDEO_CAPTURE_FACTORY_H_
|
||||
#define WEBRTC_MODULES_VIDEO_CAPTURE_MAIN_INTERFACE_VIDEO_CAPTURE_FACTORY_H_
|
||||
|
||||
#include "video_capture.h"
|
||||
#include "modules/video_capture/main/interface/video_capture.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "module.h"
|
||||
#include "video_render_defines.h"
|
||||
#include "modules/interface/module.h"
|
||||
#include "modules/video_render/main/interface/video_render_defines.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
// Includes
|
||||
#include "common_types.h"
|
||||
#include "module_common_types.h"
|
||||
#include "modules/interface/module_common_types.h"
|
||||
|
||||
namespace webrtc
|
||||
{
|
||||
|
@ -11,7 +11,7 @@
|
||||
#ifndef MOCK_VOE_CONNECTION_OBSERVER_H_
|
||||
#define MOCK_VOE_CONNECTION_OBSERVER_H_
|
||||
|
||||
#include "voe_network.h"
|
||||
#include "voice_engine/include/voe_network.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
#ifndef WEBRTC_VOICE_ENGINE_MOCK_VOE_OBSERVER_H_
|
||||
#define WEBRTC_VOICE_ENGINE_MOCK_VOE_OBSERVER_H_
|
||||
|
||||
#include "voe_base.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "voice_engine/include/voe_base.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user