| Index: chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.cc b/chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.cc
|
| index d675d3e1543bfd8ac96f2ea8eb949788f793221e..f74ced5b29de55840f30f811416c7497595cf3d2 100644
|
| --- a/chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.cc
|
| @@ -7,10 +7,10 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/version.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| +#include "chrome/grit/chromium_strings.h"
|
| #include "extensions/common/error_utils.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_constants.h"
|
| -#include "grit/chromium_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace extensions {
|
|
|