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

Unified Diff: chrome_frame/com_message_event.cc

Issue 830002: win: string_util.h -> utf_string_conversions.h fix. (Closed)
Patch Set: Don't remove utf_string_conversions.h from string_util.h just yet Created 10 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
« no previous file with comments | « chrome/tools/profiles/generate_profile.cc ('k') | chrome_frame/np_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/com_message_event.cc
diff --git a/chrome_frame/com_message_event.cc b/chrome_frame/com_message_event.cc
index 24bbdfb2ee614cd4894faee26cf8a6b55ec1b66a..5ec982a0ae18f0a03fbbacce56ed7e370c3614eb 100644
--- a/chrome_frame/com_message_event.cc
+++ b/chrome_frame/com_message_event.cc
@@ -6,6 +6,7 @@
#include "base/logging.h"
#include "base/string_util.h"
+#include "base/utf_string_conversions.h"
ComMessageEvent::ComMessageEvent() {
}
« no previous file with comments | « chrome/tools/profiles/generate_profile.cc ('k') | chrome_frame/np_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698