| Index: content/browser/renderer_host/input/web_input_event_util_unittest.cc | 
| diff --git a/content/browser/renderer_host/input/web_input_event_util_unittest.cc b/content/browser/renderer_host/input/web_input_event_util_unittest.cc | 
| index 4f8f418b948e19af226d2318fa5ad23e1a553f97..ce23bf42c4ecfac6462c2a8aadb873d32314dd73 100644 | 
| --- a/content/browser/renderer_host/input/web_input_event_util_unittest.cc | 
| +++ b/content/browser/renderer_host/input/web_input_event_util_unittest.cc | 
| @@ -2,11 +2,6 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -// Needed on Windows to get |M_PI| from <cmath>. | 
| -#ifdef _WIN32 | 
| -#define _USE_MATH_DEFINES | 
| -#endif | 
| - | 
| #include <stddef.h> | 
|  | 
| #include <cmath> | 
|  |