| Index: cc/tiles/tile_manager_perftest.cc
|
| diff --git a/cc/tiles/tile_manager_perftest.cc b/cc/tiles/tile_manager_perftest.cc
|
| index 2806b04b672ef4434fcaaa669a2eba4a52dd544d..07bbb2b618cde7d2356f71f8e6b2d3e65a14422a 100644
|
| --- a/cc/tiles/tile_manager_perftest.cc
|
| +++ b/cc/tiles/tile_manager_perftest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/lazy_instance.h"
|
| #include "base/location.h"
|
| #include "base/thread_task_runner_handle.h"
|
|
|