| Index: chrome/browser/chromeos/login/authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/authenticator.cc b/chrome/browser/chromeos/login/authenticator.cc
|
| index 0a641d55ab31cbbd4ab886e65d664db0dc66516d..20de6951ac27bd3f87524d8bbd6874474f1f60a9 100644
|
| --- a/chrome/browser/chromeos/login/authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/authenticator.cc
|
| @@ -9,7 +9,8 @@ namespace chromeos {
|
| class LoginStatusConsumer;
|
|
|
| Authenticator::Authenticator(LoginStatusConsumer* consumer)
|
| - : consumer_(consumer), authentication_profile_(NULL) {
|
| + : consumer_(consumer),
|
| + authentication_profile_(NULL) {
|
| }
|
|
|
| Authenticator::~Authenticator() {}
|
|
|