From 4079c31c0a2f2122d878a6251b0fee677987225e Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 28 May 2013 10:38:11 +0000 Subject: [PATCH] Include gflags with "gflags/gflags.h" instead of <> BUG= R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1551004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4120 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../video_engine/test/auto_test/automated/vie_rtp_fuzz_test.cc | 2 +- .../test/auto_test/automated/vie_standard_integration_test.cc | 2 +- webrtc/video_engine/test/auto_test/interface/vie_autotest.h | 2 +- webrtc/video_engine/test/auto_test/primitives/input_helpers.cc | 2 +- webrtc/video_engine/test/auto_test/primitives/input_helpers.h | 2 +- .../video_engine/test/auto_test/source/vie_autotest_capture.cc | 2 +- .../test/auto_test/source/vie_autotest_custom_call.cc | 2 +- webrtc/video_engine/test/auto_test/source/vie_autotest_main.cc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webrtc/video_engine/test/auto_test/automated/vie_rtp_fuzz_test.cc b/webrtc/video_engine/test/auto_test/automated/vie_rtp_fuzz_test.cc index 56101a11cf..f799e218ea 100644 --- a/webrtc/video_engine/test/auto_test/automated/vie_rtp_fuzz_test.cc +++ b/webrtc/video_engine/test/auto_test/automated/vie_rtp_fuzz_test.cc @@ -10,7 +10,7 @@ #include -#include +#include "gflags/gflags.h" #include "testing/gtest/include/gtest/gtest.h" #include "webrtc/test/libtest/include/bit_flip_encryption.h" #include "webrtc/test/libtest/include/random_encryption.h" diff --git a/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc b/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc index 76f9e521c0..1bcc7c532b 100644 --- a/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc +++ b/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc @@ -15,7 +15,7 @@ #include -#include +#include "gflags/gflags.h" #include "testing/gtest/include/gtest/gtest.h" #include "webrtc/test/testsupport/metrics/video_metrics.h" #include "webrtc/test/testsupport/metrics/video_metrics.h" diff --git a/webrtc/video_engine/test/auto_test/interface/vie_autotest.h b/webrtc/video_engine/test/auto_test/interface/vie_autotest.h index 3684cdbfb5..59a996bfb8 100644 --- a/webrtc/video_engine/test/auto_test/interface/vie_autotest.h +++ b/webrtc/video_engine/test/auto_test/interface/vie_autotest.h @@ -15,7 +15,7 @@ #ifndef WEBRTC_VIDEO_ENGINE_MAIN_TEST_AUTOTEST_INTERFACE_VIE_AUTOTEST_H_ #define WEBRTC_VIDEO_ENGINE_MAIN_TEST_AUTOTEST_INTERFACE_VIE_AUTOTEST_H_ -#include +#include "gflags/gflags.h" #include "webrtc/common_types.h" #include "webrtc/modules/video_render/include/video_render_defines.h" #include "webrtc/video_engine/include/vie_base.h" diff --git a/webrtc/video_engine/test/auto_test/primitives/input_helpers.cc b/webrtc/video_engine/test/auto_test/primitives/input_helpers.cc index 030802e5cf..ac63040215 100644 --- a/webrtc/video_engine/test/auto_test/primitives/input_helpers.cc +++ b/webrtc/video_engine/test/auto_test/primitives/input_helpers.cc @@ -16,7 +16,7 @@ #include -#include +#include "gflags/gflags.h" namespace webrtc { diff --git a/webrtc/video_engine/test/auto_test/primitives/input_helpers.h b/webrtc/video_engine/test/auto_test/primitives/input_helpers.h index 47862d2b0d..1e857d40d6 100644 --- a/webrtc/video_engine/test/auto_test/primitives/input_helpers.h +++ b/webrtc/video_engine/test/auto_test/primitives/input_helpers.h @@ -17,7 +17,7 @@ #include #include -#include +#include "gflags/gflags.h" namespace webrtc { diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc index cd5dcbb4b1..2b74cb6ebe 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include +#include "gflags/gflags.h" #include "webrtc/common_types.h" #include "webrtc/engine_configurations.h" #include "webrtc/modules/video_capture/include/video_capture_factory.h" diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_custom_call.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_custom_call.cc index 029756bb05..368fa89f0b 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_custom_call.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_custom_call.cc @@ -14,7 +14,7 @@ #include -#include +#include "gflags/gflags.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h" #include "webrtc/test/channel_transport/include/channel_transport.h" #include "webrtc/video_engine/test/auto_test/interface/vie_autotest.h" diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_main.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_main.cc index e5319d471a..3ec45fe9b6 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_main.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_main.cc @@ -10,7 +10,7 @@ #include "webrtc/video_engine/test/auto_test/interface/vie_autotest_main.h" -#include +#include "gflags/gflags.h" #include "testing/gtest/include/gtest/gtest.h" #include "webrtc/test/testsupport/fileutils.h"