| Index: content/browser/renderer_host/input/motion_event_web_unittest.cc | 
| diff --git a/content/browser/renderer_host/input/motion_event_web_unittest.cc b/content/browser/renderer_host/input/motion_event_web_unittest.cc | 
| index a6facadcd3673628f168eccaed7f0dd24dabe216..c748f487c8888b6f11ab6a06be1c2ec5a6ce28b8 100644 | 
| --- a/content/browser/renderer_host/input/motion_event_web_unittest.cc | 
| +++ b/content/browser/renderer_host/input/motion_event_web_unittest.cc | 
| @@ -2,9 +2,6 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -// MSVC++ requires this to be set before any other includes to get M_PI. | 
| -#define _USE_MATH_DEFINES | 
| - | 
| #include <stddef.h> | 
|  | 
| #include <cmath> | 
|  |