Samples changes upstreaming

This commit is contained in:
misterg 2017-08-07 13:25:03 -04:00
parent 52a9c14c48
commit aecea3842c
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "third_party/gtest/include/gtest/gtest.h"
#include "gtest/gtest.h"
using ::testing::EmptyTestEventListener;
using ::testing::InitGoogleTest;
using ::testing::Test;

View File

@ -34,7 +34,7 @@
#include <stdio.h>
#include "third_party/gtest/include/gtest/gtest.h"
#include "gtest/gtest.h"
using ::testing::EmptyTestEventListener;
using ::testing::InitGoogleTest;