| Index: content/common/ax_content_node_data.cc
|
| diff --git a/content/common/ax_content_node_data.cc b/content/common/ax_content_node_data.cc
|
| index 0c7359a93cb0bda72cf7bfdccd76dea8a6e536db..c7053b9396583774af22dbb4e41a5c0aacb2f3cb 100644
|
| --- a/content/common/ax_content_node_data.cc
|
| +++ b/content/common/ax_content_node_data.cc
|
| @@ -2,9 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/strings/string_number_conversions.h"
|
| #include "content/common/ax_content_node_data.h"
|
|
|
| +#include <algorithm>
|
| +
|
| +#include "base/strings/string_number_conversions.h"
|
| +
|
| using base::IntToString;
|
|
|
| namespace content {
|
|
|