| Index: chrome/browser/google/google_update_settings_unittest.cc
|
| diff --git a/chrome/browser/google/google_update_settings_unittest.cc b/chrome/browser/google/google_update_settings_unittest.cc
|
| index e1747cba363a66c5fd55efa80adc0579356a24e0..8b3572aa9a62544928f7c5674ff92d929ff3cc74 100644
|
| --- a/chrome/browser/google/google_update_settings_unittest.cc
|
| +++ b/chrome/browser/google/google_update_settings_unittest.cc
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/test/scoped_path_override.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/google/google_brand.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/installer/util/google_update_settings.h"
|
|
|