| Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| index 1b226ff74b947464ebfb0a79aa5d1f795389d69f..75f48b2c2a22e42b9978be9e4574d47ecdcf5485 100644
|
| --- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| @@ -27,8 +27,8 @@
|
| #include "webrtc/voice_engine/include/voe_volume_control.h"
|
| #include "webrtc/voice_engine/test/auto_test/voe_test_common.h"
|
|
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "webrtc/test/gmock.h"
|
| +#include "webrtc/test/gtest.h"
|
|
|
| // This convenient fixture sets up all voice engine interfaces automatically for
|
| // use by testing subclasses. It allocates each interface and releases it once
|
|
|