| Index: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| index 8b39de342f841085fb6acfa9ed6b8b6d8683fd0a..ab7a8525804eadc1f05871a09551f7c2d6a31b31 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| @@ -20,7 +20,7 @@ TEST_F(ExtensionManifestTest, PlatformApps) {
|
|
|
| CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnablePlatformApps);
|
|
|
| - scoped_refptr<Extension> extension =
|
| + scoped_refptr<extensions::Extension> extension =
|
| LoadAndExpectSuccess("init_valid_platform_app.json");
|
| EXPECT_TRUE(extension->is_storage_isolated());
|
|
|
|
|