Index: chrome/browser/chromeos/login/existing_user_controller.cc |
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc |
index 29a236953ea1acb90c50c384f904b823b395a123..b18fbac696de2ea7ca136ff9ac98d62f453cf79e 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc |
@@ -364,7 +364,7 @@ void ExistingUserController::CompleteLoginInternal( |
} |
} |
-string16 ExistingUserController::GetConnectedNetworkName() { |
+base::string16 ExistingUserController::GetConnectedNetworkName() { |
return network_state_helper_->GetCurrentNetworkName(); |
} |