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

Unified Diff: webkit/plugins/npapi/webplugin_delegate.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/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.

Powered by Google App Engine
This is Rietveld 408576698