| Index: tools/gn/item.cc
|
| diff --git a/tools/gn/item.cc b/tools/gn/item.cc
|
| index 7dfd4ad8eaf97ff6bf59455a9e910d25cb16a606..b3d4862d0a11e4f488671780b1a71eb779029a93 100644
|
| --- a/tools/gn/item.cc
|
| +++ b/tools/gn/item.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "tools/gn/item.h"
|
| -
|
| #include "base/logging.h"
|
| +#include "tools/gn/item.h"
|
| +#include "tools/gn/settings.h"
|
|
|
| Item::Item(const Settings* settings, const Label& label)
|
| : settings_(settings),
|
|
|