Remove WEBRTC_ANDROID from hardcoded gtest relative path usage.

BUG=

Review URL: https://codereview.webrtc.org/1429693005

Cr-Commit-Position: refs/heads/master@{#10501}
This commit is contained in:
noahric
2015-11-03 23:47:39 -08:00
committed by Commit bot
parent ff761fba82
commit c21f0c04cc

View File

@ -13,7 +13,7 @@
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
#if defined(WEBRTC_ANDROID) || defined(GTEST_RELATIVE_PATH)
#if defined(GTEST_RELATIVE_PATH)
#include "testing/gtest/include/gtest/gtest.h"
#else
#include "testing/base/public/gunit.h"