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

Unified Diff: chrome/browser/chromeos/login/captive_portal_view.cc

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/login/captive_portal_view.cc
diff --git a/chrome/browser/chromeos/login/captive_portal_view.cc b/chrome/browser/chromeos/login/captive_portal_view.cc
index 738c04538d23e69229fab46381ad27aa080691f8..4d67aeff9edf5c1f456fce23f6db43d6b1bd9db2 100644
--- a/chrome/browser/chromeos/login/captive_portal_view.cc
+++ b/chrome/browser/chromeos/login/captive_portal_view.cc
@@ -49,7 +49,7 @@ ui::ModalType CaptivePortalView::GetModalType() const {
}
string16 CaptivePortalView::GetWindowTitle() const {
- string16 network_name;
+ base::string16 network_name;
const NetworkState* default_network =
NetworkHandler::Get()->network_state_handler()->DefaultNetwork();
std::string default_network_name =
« no previous file with comments | « chrome/browser/chromeos/login/captive_portal_view.h ('k') | chrome/browser/chromeos/login/default_user_images.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698