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

Unified Diff: chrome/browser/chromeos/choose_mobile_network_dialog.h

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/chromeos/choose_mobile_network_dialog.h
diff --git a/chrome/browser/chromeos/choose_mobile_network_dialog.h b/chrome/browser/chromeos/choose_mobile_network_dialog.h
index 84d4208d40c6557b6ea09fbd8cb53107ade703df..aef226bd11861328b61b695fcedd799e6928bf98 100644
--- a/chrome/browser/chromeos/choose_mobile_network_dialog.h
+++ b/chrome/browser/chromeos/choose_mobile_network_dialog.h
@@ -23,7 +23,7 @@ class ChooseMobileNetworkDialog : public ui::WebDialogDelegate {
// Overridden from ui::WebDialogDelegate:
virtual ui::ModalType GetDialogModalType() const OVERRIDE;
- virtual string16 GetDialogTitle() const OVERRIDE;
+ virtual base::string16 GetDialogTitle() const OVERRIDE;
virtual GURL GetDialogContentURL() const OVERRIDE;
virtual void GetWebUIMessageHandlers(
std::vector<content::WebUIMessageHandler*>* handlers) const OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc ('k') | chrome/browser/chromeos/choose_mobile_network_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698