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

Unified Diff: app/clipboard/scoped_clipboard_writer.cc

Issue 465065: Use utf_string_conversions header in more places. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: rebased Created 11 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
« no previous file with comments | « no previous file | app/gtk_dnd_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/clipboard/scoped_clipboard_writer.cc
===================================================================
--- app/clipboard/scoped_clipboard_writer.cc (revision 34166)
+++ app/clipboard/scoped_clipboard_writer.cc (working copy)
@@ -10,7 +10,7 @@
#include "base/gfx/size.h"
#include "base/pickle.h"
-#include "base/string_util.h"
+#include "base/utf_string_conversions.h"
ScopedClipboardWriter::ScopedClipboardWriter(Clipboard* clipboard)
: clipboard_(clipboard) {
« no previous file with comments | « no previous file | app/gtk_dnd_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698