diff options
Diffstat (limited to 'jingle/notifier/base/notifier_options.cc')
-rw-r--r-- | jingle/notifier/base/notifier_options.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/base/notifier_options.cc b/jingle/notifier/base/notifier_options.cc index dbb1d4c..3cf02ed 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() { } |