Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: chrome/browser/views/external_protocol_dialog.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/browser/views/database_open_info_view.cc ('k') | chrome/browser/views/local_storage_info_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/external_protocol_dialog.cc
diff --git a/chrome/browser/views/external_protocol_dialog.cc b/chrome/browser/views/external_protocol_dialog.cc
index 6548eb6dcc2a1ee62c95cdaf0193754f181a79a1..34f391efb104287edadfbb1ace6204b497c99798 100644
--- a/chrome/browser/views/external_protocol_dialog.cc
+++ b/chrome/browser/views/external_protocol_dialog.cc
@@ -8,8 +8,8 @@
#include "app/message_box_flags.h"
#include "base/histogram.h"
#include "base/registry.h"
-#include "base/string_util.h"
#include "base/thread.h"
+#include "base/utf_string_conversions.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/external_protocol_handler.h"
#include "chrome/browser/tab_contents/tab_contents.h"
« no previous file with comments | « chrome/browser/views/database_open_info_view.cc ('k') | chrome/browser/views/local_storage_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698