| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index 8a683167050d71cad7908148f6cd6aeb97719ea6..b8cfaa62018b0f579c0007eb124368c5c37c1269 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -263,6 +263,7 @@ class ArcAuthService : public ArcService,
|
| DISALLOW_COPY_AND_ASSIGN(ArcAuthService);
|
| };
|
|
|
| +// Outputs the stringified |state| to |os|. This is only for logging purposes.
|
| std::ostream& operator<<(std::ostream& os, const ArcAuthService::State& state);
|
|
|
| } // namespace arc
|
|
|