| Index: chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/automation_unittest.cc b/chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| index 0da448ff6c0a25daaa088b82673d5278033697fe..9da070fd149dfaae737d50c95036b9ee913a02bc 100644
|
| --- a/chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| @@ -5,11 +5,11 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/common/extensions/manifest_handlers/automation.h"
|
| #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
| +#include "chrome/grit/generated_resources.h"
|
| #include "extensions/common/error_utils.h"
|
| #include "extensions/common/manifest_constants.h"
|
| #include "extensions/common/permissions/permissions_data.h"
|
| -#include "grit/extensions_strings.h"
|
| -#include "grit/generated_resources.h"
|
| +#include "extensions/strings/grit/extensions_strings.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
|
|