Index: handler/win/registration_server_test.cc |
diff --git a/compat/win/sys/time.h b/handler/win/registration_server_test.cc |
similarity index 77% |
copy from compat/win/sys/time.h |
copy to handler/win/registration_server_test.cc |
index 46bdef2a3810669fcf310d9d8a29a29980c3c894..a9dce20618cdf1b3bfcca5883af825faf697166f 100644 |
--- a/compat/win/sys/time.h |
+++ b/handler/win/registration_server_test.cc |
@@ -12,12 +12,4 @@ |
// See the License for the specific language governing permissions and |
// limitations under the License. |
-#ifndef CRASHPAD_COMPAT_WIN_SYS_TIME_H_ |
-#define CRASHPAD_COMPAT_WIN_SYS_TIME_H_ |
- |
-struct timeval { |
- long tv_sec; |
- long tv_usec; |
-}; |
- |
-#endif // CRASHPAD_COMPAT_WIN_SYS_TIME_H_ |
+#include "gtest/gtest.h" |