| Index: jingle/notifier/base/gaia_constants.cc
|
| diff --git a/jingle/notifier/listener/push_client_observer.cc b/jingle/notifier/base/gaia_constants.cc
|
| similarity index 58%
|
| copy from jingle/notifier/listener/push_client_observer.cc
|
| copy to jingle/notifier/base/gaia_constants.cc
|
| index 04a877b52c78ec897a02a97d3281007731bd965b..f726843109ee9cfcf1128ab595b2507311f3ada4 100644
|
| --- a/jingle/notifier/listener/push_client_observer.cc
|
| +++ b/jingle/notifier/base/gaia_constants.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "jingle/notifier/listener/push_client_observer.h"
|
| +#include "jingle/notifier/base/gaia_constants.h"
|
|
|
| namespace notifier {
|
|
|
| -PushClientObserver::~PushClientObserver() {}
|
| +// By default use a Google cookie auth mechanism.
|
| +const char kDefaultGaiaAuthMechanism[] = "X-GOOGLE-TOKEN";
|
|
|
| } // namespace notifier
|
|
|