| Index: components/history/core/browser/history_querying_unittest.cc
|
| diff --git a/components/history/core/browser/history_querying_unittest.cc b/components/history/core/browser/history_querying_unittest.cc
|
| index 98dd62fa67ff4fe2e477e1edf0938747dd17a375..f1c3500db3649771be0cf5f798f372d370bacd0b 100644
|
| --- a/components/history/core/browser/history_querying_unittest.cc
|
| +++ b/components/history/core/browser/history_querying_unittest.cc
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
|
|