| Index: chrome/common/extensions/extension_file_util_unittest.cc
|
| diff --git a/chrome/common/extensions/extension_file_util_unittest.cc b/chrome/common/extensions/extension_file_util_unittest.cc
|
| index 24e102c9fe62b67ff88f5cabd330170e4a8341c4..6383a123ae9afe75ea82971fb5ec0a17c1feda90 100644
|
| --- a/chrome/common/extensions/extension_file_util_unittest.cc
|
| +++ b/chrome/common/extensions/extension_file_util_unittest.cc
|
| @@ -12,9 +12,9 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/manifest.h"
|
| #include "extensions/common/constants.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "grit/generated_resources.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -23,7 +23,7 @@
|
| using extensions::Extension;
|
| using extensions::Manifest;
|
|
|
| -namespace keys = extension_manifest_keys;
|
| +namespace keys = extensions::manifest_keys;
|
|
|
| class ExtensionFileUtilTest : public testing::Test {
|
| };
|
|
|