| Index: chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| index c17a90977d0efe0e7edd4e4b1697a545a93f9583..f43dee2ae2cf9b05b7c43298effea1359f95eea5 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -277,7 +277,7 @@ scoped_refptr<Extension> CreateExtension(
|
| source.Set(extension_manifest_keys::kTheme, new DictionaryValue());
|
| break;
|
| case Extension::TYPE_HOSTED_APP:
|
| - case Extension::TYPE_PACKAGED_APP:
|
| + case Extension::TYPE_LEGACY_PACKAGED_APP:
|
| source.Set(extension_manifest_keys::kApp, new DictionaryValue());
|
| source.SetString(extension_manifest_keys::kLaunchWebURL,
|
| "http://www.example.com");
|
|
|