Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: webkit/glue/web_intent_service_data_unittest.cc

Issue 10690036: Fix compile errors on gcc 4.6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698