Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: handler/win/registration_server_test.cc

Issue 1126783004: Introduce RegistrationServer. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« handler/win/registration_server.cc ('K') | « handler/win/registration_server.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« handler/win/registration_server.cc ('K') | « handler/win/registration_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698