| Index: chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
|
| diff --git a/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc b/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
|
| index 4a6b4d815d0245bf63994952a57bccdf9a5eee77..088a2d5f6757af4905fead230e537440433f1ff0 100644
|
| --- a/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
|
| +++ b/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/extension_file_util.h"
|
| -#include "chrome/common/extensions/features/feature.h"
|
| +#include "chrome/common/extensions/features/feature_channel.h"
|
| #include "chrome/common/extensions/manifest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -67,7 +67,7 @@ class StorageSchemaManifestHandlerTest : public testing::Test {
|
| }
|
|
|
| base::ScopedTempDir temp_dir_;
|
| - Feature::ScopedCurrentChannel scoped_channel_;
|
| + ScopedCurrentChannel scoped_channel_;
|
| base::DictionaryValue manifest_;
|
| };
|
|
|
|
|