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

Unified Diff: webkit/plugins/npapi/plugin_utils.h

Issue 13219005: Replace string16 with base::string16 in src/webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
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.

Powered by Google App Engine
This is Rietveld 408576698