| Index: cc/heads_up_display_layer_impl.cc
|
| diff --git a/cc/heads_up_display_layer_impl.cc b/cc/heads_up_display_layer_impl.cc
|
| index 661fb8a0f5afe2f2d5fa94945653c5bd3886c971..75b2df1e449f7137b20d31e13c292771c3d08553 100644
|
| --- a/cc/heads_up_display_layer_impl.cc
|
| +++ b/cc/heads_up_display_layer_impl.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "cc/heads_up_display_layer_impl.h"
|
|
|
| -#include "base/string_split.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/strings/string_split.h"
|
| #include "cc/debug_colors.h"
|
| #include "cc/debug_rect_history.h"
|
| #include "cc/frame_rate_counter.h"
|
|
|