Use the GMock portability header
authorChristopher Dykes <cdykes@fb.com>
Sat, 10 Sep 2016 00:44:00 +0000 (17:44 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Sat, 10 Sep 2016 00:56:03 +0000 (17:56 -0700)
commit90989a73a5316c6c436456d1defff36a7e3680f3
treecedc42c2804e559ec8516828276efe5535bf9b9a
parentaf5dbcc3755d005cdee04a376a11118935f3f579
Use the GMock portability header

Summary:
Switch all of the uses of <gmock/gmock.h> to <folly/portability/GMock.h>.

This is painful but necessary to get the tests to compile nicely under MSVC.

Reviewed By: yfeldblum

Differential Revision: D3837529

fbshipit-source-id: 7221dfea8f2a880919690b5b0601ca91642991ae
13 files changed:
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketWriteTest.cpp
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/EventHandlerTest.cpp
folly/io/async/test/MockAsyncSSLSocket.h
folly/io/async/test/MockAsyncServerSocket.h
folly/io/async/test/MockAsyncSocket.h
folly/io/async/test/MockAsyncTransport.h
folly/io/async/test/MockAsyncUDPSocket.h
folly/io/async/test/MockTimeoutManager.h
folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp
folly/test/MemoryIdlerTest.cpp
folly/test/SingletonTest.cpp