| Index: webkit/plugins/npapi/webplugin_delegate.h
|
| diff --git a/webkit/plugins/npapi/webplugin_delegate.h b/webkit/plugins/npapi/webplugin_delegate.h
|
| index 6218415a7fc25fe0e89688a453eb73e215692c7f..cc1baf5929d33a290bfd6ad8ca7c493ae9e3d3ae 100644
|
| --- a/webkit/plugins/npapi/webplugin_delegate.h
|
| +++ b/webkit/plugins/npapi/webplugin_delegate.h
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/string16.h"
|
| +#include "base/string16.h.h"
|
| #include "build/build_config.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebCanvas.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| @@ -85,7 +85,7 @@ class WEBKIT_PLUGINS_EXPORT WebPluginDelegate {
|
|
|
| // Gets the form value associated with the plugin instance.
|
| // Returns false if the value is not available.
|
| - virtual bool GetFormValue(string16* value) = 0;
|
| + virtual bool GetFormValue(base::string16* value) = 0;
|
|
|
| // Receives notification about a resource load that the plugin initiated
|
| // for a frame.
|
|
|