| Index: base/files/file_path_constants.cc
|
| diff --git a/base/files/file_path_constants.cc b/base/files/file_path_constants.cc
|
| index 34b17a60b727d43055439e377abebb1ef6a179d9..0b748466c223e3bfccf2145d25e061b77f2b84e4 100644
|
| --- a/base/files/file_path_constants.cc
|
| +++ b/base/files/file_path_constants.cc
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
|
|
| namespace base {
|
|
|
|
|