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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu_controller.h

Issue 27370: Update clipboard classes to use string16 and FilePath instead of wstring.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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: chrome/browser/tab_contents/render_view_context_menu_controller.h
===================================================================
--- chrome/browser/tab_contents/render_view_context_menu_controller.h (revision 10811)
+++ chrome/browser/tab_contents/render_view_context_menu_controller.h (working copy)
@@ -7,6 +7,7 @@
#include "build/build_config.h"
+#include "base/string16.h"
#include "chrome/common/pref_member.h"
#include "chrome/common/page_transition_types.h"
#include "webkit/glue/context_menu.h"
@@ -49,7 +50,7 @@
void Inspect(int x, int y);
// Writes the specified text/url to the system clipboard
- void WriteTextToClipboard(const std::wstring& text);
+ void WriteTextToClipboard(const string16& text);
void WriteURLToClipboard(const GURL& url);
bool IsDevCommandEnabled(int id) const;

Powered by Google App Engine
This is Rietveld 408576698