| Index: chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator_unittest.cc b/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| index 04437fb85619da0a67c20462b47ccfa1fb43749a..3a1b7668c57df4cb263e53e7dd83944d594d2f6c 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -492,7 +492,7 @@ TEST_F(GoogleAuthenticatorTest, OnlineLogin) {
|
|
|
| TEST_F(GoogleAuthenticatorTest, CheckLocalaccount) {
|
| GURL source(AuthResponseHandler::kTokenAuthUrl);
|
| - URLRequestStatus status(URLRequestStatus::SUCCESS, 0);
|
| + net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0);
|
|
|
| MockConsumer consumer;
|
| EXPECT_CALL(consumer, OnLoginSuccess(username_, std::string(), _, false))
|
|
|