| Index: base/profiler/tracked_time.cc
|
| diff --git a/base/profiler/tracked_time.cc b/base/profiler/tracked_time.cc
|
| index e5da68f52213746507f6bc7c732301a5e92b58ba..1eb6b11a334f33c06afc5c43322ee2a47f6305ff 100644
|
| --- a/base/profiler/tracked_time.cc
|
| +++ b/base/profiler/tracked_time.cc
|
| @@ -6,10 +6,6 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include <mmsystem.h> // Declare timeGetTime()... after including build_config.
|
| -#endif
|
| -
|
| namespace tracked_objects {
|
|
|
| Duration::Duration() : ms_(0) {}
|
|
|