| Index: chrome/browser/chromeos/login/google_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator.cc b/chrome/browser/chromeos/login/google_authenticator.cc
|
| index eb3f1192505fc5c6d4acc5d44719deb871a8eddb..d1b23d5e76000aebd9eaf5eb60b6184b3b9e57ce 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/google_authenticator.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| #include "base/sha2.h"
|
| +#include "base/string_split.h"
|
| #include "base/string_util.h"
|
| #include "base/third_party/nss/blapi.h"
|
| #include "base/third_party/nss/sha256.h"
|
|
|