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

Unified Diff: chrome/browser/chromeos/login/screens/network_screen.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/login/screens/network_screen.h
diff --git a/chrome/browser/chromeos/login/screens/network_screen.h b/chrome/browser/chromeos/login/screens/network_screen.h
index 7de34d9e6696d6494c61bb334c63b20ef9587241..da50a476978986af51c397fd02145a2179820ddc 100644
--- a/chrome/browser/chromeos/login/screens/network_screen.h
+++ b/chrome/browser/chromeos/login/screens/network_screen.h
@@ -73,16 +73,16 @@ class NetworkScreen : public WizardScreen,
void UpdateStatus();
// Stops waiting for network to connect.
- void StopWaitingForConnection(const string16& network_id);
+ void StopWaitingForConnection(const base::string16& network_id);
// Starts waiting for network connection. Shows spinner.
- void WaitForConnection(const string16& network_id);
+ void WaitForConnection(const base::string16& network_id);
// True if subscribed to network change notification.
bool is_network_subscribed_;
// ID of the the network that we are waiting for.
- string16 network_id_;
+ base::string16 network_id_;
// True if user pressed continue button so we should proceed with OOBE
// as soon as we are connected.
« no previous file with comments | « chrome/browser/chromeos/login/screens/mock_network_screen.h ('k') | chrome/browser/chromeos/login/screens/network_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698