| Index: base/event_recorder.cc
|
| diff --git a/base/event_recorder.cc b/base/event_recorder.cc
|
| index 1119b4f57c0e676bff7ae3a34ee7f3b71f3461e6..b247380942a28aad5312fa2bad7524746069a597 100644
|
| --- a/base/event_recorder.cc
|
| +++ b/base/event_recorder.cc
|
| @@ -1,9 +1,8 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "build/build_config.h"
|
| -
|
| +#include <stddef.h>
|
| #include <windows.h>
|
| #include <mmsystem.h>
|
|
|
|
|