| Index: cc/resources/tile_manager.cc
|
| diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
|
| index 81ae8b5c9ee656486454580dacd4e726a8c1a9c7..34967158d1effdaa05a029bcf25ea8a07e5b553b 100644
|
| --- a/cc/resources/tile_manager.cc
|
| +++ b/cc/resources/tile_manager.cc
|
| @@ -9,10 +9,10 @@
|
| #include <string>
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event_argument.h"
|
| #include "base/json/json_writer.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "base/trace_event/trace_event_argument.h"
|
| #include "cc/debug/devtools_instrumentation.h"
|
| #include "cc/debug/frame_viewer_instrumentation.h"
|
| #include "cc/debug/traced_value.h"
|
|
|