| Index: webkit/glue/web_intent_service_data_unittest.cc
|
| ===================================================================
|
| --- webkit/glue/web_intent_service_data_unittest.cc (revision 144846)
|
| +++ webkit/glue/web_intent_service_data_unittest.cc (working copy)
|
| @@ -42,7 +42,7 @@
|
| TEST(WebIntentServiceDataTest, ActionServicesEqual) {
|
|
|
| // with default disposition...
|
| - WebIntentServiceData intent = WebIntentServiceData::WebIntentServiceData(
|
| + WebIntentServiceData intent(
|
| ASCIIToUTF16("http://webintents.org/share"),
|
| ASCIIToUTF16("image/png"),
|
| string16(),
|
| @@ -62,7 +62,7 @@
|
| TEST(WebIntentServiceDataTest, SchemeServicesEqual) {
|
|
|
| // with default disposition...
|
| - WebIntentServiceData intent = WebIntentServiceData::WebIntentServiceData(
|
| + WebIntentServiceData intent(
|
| string16(),
|
| string16(),
|
| ASCIIToUTF16("mailto"),
|
|
|