| Index: jingle/notifier/base/notifier_options.cc
|
| diff --git a/jingle/notifier/base/notifier_options.cc b/jingle/notifier/base/notifier_options.cc
|
| index dbb1d4c17b30ecc87f775824fcdf2ada5409ee67..3cf02ed88c9f2ceb6541f0503436928589866364 100644
|
| --- a/jingle/notifier/base/notifier_options.cc
|
| +++ b/jingle/notifier/base/notifier_options.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "jingle/notifier/base/notifier_options.h"
|
|
|
| -#include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
|
| +#include "jingle/notifier/base/gaia_constants.h"
|
|
|
| namespace notifier {
|
|
|
| @@ -13,7 +13,7 @@ NotifierOptions::NotifierOptions()
|
| allow_insecure_connection(false),
|
| invalidate_xmpp_login(false),
|
| notification_method(kDefaultNotificationMethod),
|
| - auth_mechanism(GaiaTokenPreXmppAuth::kDefaultAuthMechanism) {}
|
| + auth_mechanism(kDefaultGaiaAuthMechanism) {}
|
|
|
| NotifierOptions::~NotifierOptions() { }
|
|
|
|
|