| Index: chrome/browser/locale_tests_browsertest.cc
|
| diff --git a/chrome/browser/locale_tests_browsertest.cc b/chrome/browser/locale_tests_browsertest.cc
|
| index 6c57279e081a23288c390397a17805537489220c..66472d9520281c10861e34705d00a31c3ef20a6d 100644
|
| --- a/chrome/browser/locale_tests_browsertest.cc
|
| +++ b/chrome/browser/locale_tests_browsertest.cc
|
| @@ -2,8 +2,11 @@
|
| // 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/command_line.h"
|
| #include "base/environment.h"
|
| +#include "base/macros.h"
|
| #include "build/build_config.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "ui/base/ui_base_switches.h"
|
|
|