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

Unified Diff: content/public/plugin/content_plugin_client.h

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: content/public/plugin/content_plugin_client.h
diff --git a/content/public/plugin/content_plugin_client.h b/content/public/plugin/content_plugin_client.h
index cff2ad516cc6b235f4441356fe895c891fa8d803..f68c3ad56f6d36bc8bc581f6c277a2976a8cbd2b 100644
--- a/content/public/plugin/content_plugin_client.h
+++ b/content/public/plugin/content_plugin_client.h
@@ -20,7 +20,7 @@ class CONTENT_EXPORT ContentPluginClient {
virtual void PreSandboxInitialization() {}
// Notifies that a plugin process has started.
- virtual void PluginProcessStarted(const string16& plugin_name) {}
+ virtual void PluginProcessStarted(const base::string16& plugin_name) {}
};
} // namespace content
« no previous file with comments | « content/public/common/speech_recognition_result.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698