| Index: chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc b/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
|
| index 7c9b4958c4a655d6a90322ab17c9d0734f9c9098..1f5b94fbbc2a63280c80999271db25ee0d2ebe60 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
|
| @@ -27,10 +27,10 @@ const string16 kId3(ASCIIToUTF16("aclehenhkckhebbbncbkefhcpcgepcgf"));
|
| const string16 kId4(ASCIIToUTF16("bclehenhkckhebbbncbkefhcpcgepcgf"));
|
| const string16 kId5(ASCIIToUTF16("cclehenhkckhebbbncbkefhcpcgepcgf"));
|
| const string16 kId6(ASCIIToUTF16("dclehenhkckhebbbncbkefhcpcgepcgf"));
|
| -const WebIntentPickerModel::Disposition kWindowDisposition(
|
| - WebIntentPickerModel::DISPOSITION_WINDOW);
|
| -const WebIntentPickerModel::Disposition kInlineDisposition(
|
| - WebIntentPickerModel::DISPOSITION_INLINE);
|
| +const webkit_glue::WebIntentServiceData::Disposition kWindowDisposition(
|
| + webkit_glue::WebIntentServiceData::DISPOSITION_WINDOW);
|
| +const webkit_glue::WebIntentServiceData::Disposition kInlineDisposition(
|
| + webkit_glue::WebIntentServiceData::DISPOSITION_INLINE);
|
|
|
| }
|
|
|
|
|