| Index: mojo/tools/message_generator.cc
|
| diff --git a/mojo/tools/message_generator.cc b/mojo/tools/message_generator.cc
|
| index 86fcab21af150a21fd8e30a5b47fa72ad536cb2e..08b7dccb59338a1a59da7ff52fab555019966f1a 100644
|
| --- a/mojo/tools/message_generator.cc
|
| +++ b/mojo/tools/message_generator.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "mojo/public/cpp/bindings/lib/message_builder.h"
|
|
|