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

Unified Diff: chrome/browser/views/importer_view.h

Issue 3159031: Remove wstrings from bookmarks, part 12. (Closed)
Patch Set: rebased ToT Created 10 years, 4 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/cookie_info_view.cc ('k') | chrome/browser/views/importer_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/importer_view.h
diff --git a/chrome/browser/views/importer_view.h b/chrome/browser/views/importer_view.h
index f6ae28ff87aab2133841c1ace66be575ed51ce29..51044e51a9e8b38df68b199ab916f4639cb25e53 100644
--- a/chrome/browser/views/importer_view.h
+++ b/chrome/browser/views/importer_view.h
@@ -7,6 +7,7 @@
#pragma once
#include "app/combobox_model.h"
+#include "base/string16.h"
#include "chrome/browser/importer/importer.h"
#include "views/controls/button/native_button.h"
#include "views/controls/combobox/combobox.h"
@@ -56,7 +57,7 @@ class ImporterView : public views::View,
// Overridden from ComboboxModel:
virtual int GetItemCount();
- virtual std::wstring GetItemAt(int index);
+ virtual string16 GetItemAt(int index);
// Overridden from ChromeViews::Combobox::Listener:
virtual void ItemChanged(views::Combobox* combobox,
« no previous file with comments | « chrome/browser/views/cookie_info_view.cc ('k') | chrome/browser/views/importer_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698