Index: content/child/npapi/webplugin_delegate_impl.cc |
diff --git a/content/child/npapi/webplugin_delegate_impl.cc b/content/child/npapi/webplugin_delegate_impl.cc |
index 4041db427108edf4d46671dd709e566667591ef6..9d760549acf3ac13f56cffc1343155fd5b2fe65f 100644 |
--- a/content/child/npapi/webplugin_delegate_impl.cc |
+++ b/content/child/npapi/webplugin_delegate_impl.cc |
@@ -81,14 +81,14 @@ bool WebPluginDelegateImpl::Initialize( |
creation_succeeded_ = instance_->Start( |
url, argn.get(), argv.get(), argc, load_manually); |
if (!creation_succeeded_) { |
- VLOG(1) << "Couldn't start plug-in instance"; |
+ VLOG(1) << "Couldn't start plugin instance"; |
return false; |
} |
windowless_ = instance_->windowless(); |
if (!windowless_) { |
if (!WindowedCreatePlugin()) { |
- VLOG(1) << "Couldn't create windowed plug-in"; |
+ VLOG(1) << "Couldn't create windowed plugin"; |
return false; |
} |
} |