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

Unified Diff: base/scoped_clipboard_writer.cc

Issue 11247: Remove cf_html from webdropdata.h. This is windows (Closed)
Patch Set: fix feedback Created 12 years, 1 month 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 | « base/clipboard_win.cc ('k') | chrome/browser/web_contents_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_clipboard_writer.cc
diff --git a/base/scoped_clipboard_writer.cc b/base/scoped_clipboard_writer.cc
index 9711f2161746cb4720608144dd584fd8960e72a3..5821cd698fb36ad90d3b9cecc88dc4d8bd620a2e 100644
--- a/base/scoped_clipboard_writer.cc
+++ b/base/scoped_clipboard_writer.cc
@@ -38,7 +38,7 @@ void ScopedClipboardWriter::WriteHTML(const std::wstring& markup,
Clipboard::ObjectMapParams params;
params.push_back(
Clipboard::ObjectMapParam(utf8_markup.begin(),
- utf8_markup.end()));
+ utf8_markup.end()));
if (!src_url.empty()) {
params.push_back(Clipboard::ObjectMapParam(src_url.begin(),
src_url.end()));
« no previous file with comments | « base/clipboard_win.cc ('k') | chrome/browser/web_contents_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698