| Index: webkit/plugins/npapi/plugin_utils.h
|
| diff --git a/webkit/plugins/npapi/plugin_utils.h b/webkit/plugins/npapi/plugin_utils.h
|
| index 77e65e6b4e6d11ae95808e7813a803cc09310263..9b2559b1eaaa677c966a0cb9481ad087c4cfa3f8 100644
|
| --- a/webkit/plugins/npapi/plugin_utils.h
|
| +++ b/webkit/plugins/npapi/plugin_utils.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_UTILS_H_
|
| #define WEBKIT_PLUGINS_NPAPI_PLUGIN_UTILS_H_
|
|
|
| -#include "base/string16.h"
|
| +#include "base/string16.h.h"
|
| #include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| class Version;
|
| @@ -16,7 +16,7 @@ namespace npapi {
|
| // Parse a version string as used by a plug-in. This method is more lenient
|
| // in accepting weird version strings than Version::GetFromString()
|
| WEBKIT_PLUGINS_EXPORT void CreateVersionFromString(
|
| - const string16& version_string,
|
| + const base::string16& version_string,
|
| Version* parsed_version);
|
|
|
| // Returns true iff NPAPI plugins are supported on the current platform.
|
|
|