Chromium Code Reviews| Index: chrome/common/net/gaia/gaia_authenticator.h |
| diff --git a/chrome/common/net/gaia/gaia_authenticator.h b/chrome/common/net/gaia/gaia_authenticator.h |
| index be1b2d97894f315a850b565e10050c68b415520c..ce0500d95eabff440ba4180c21c290f89723bea9 100644 |
| --- a/chrome/common/net/gaia/gaia_authenticator.h |
| +++ b/chrome/common/net/gaia/gaia_authenticator.h |
| @@ -250,7 +250,7 @@ class GaiaAuthenticator { |
| return auth_results_; |
| } |
| - typedef EventChannel<GaiaAuthEvent, Lock> Channel; |
| + typedef EventChannel<GaiaAuthEvent, base::Lock> Channel; |
| inline Channel* channel() const { |
| return channel_; |