Index: chrome/browser/local_discovery/privetv3_session.h |
diff --git a/chrome/browser/local_discovery/privetv3_session.h b/chrome/browser/local_discovery/privetv3_session.h |
index f9257b96bb250976acdd48cd344411845184f51f..648eef7a7715907fa5a43536334af7fbbbc804f8 100644 |
--- a/chrome/browser/local_discovery/privetv3_session.h |
+++ b/chrome/browser/local_discovery/privetv3_session.h |
@@ -60,6 +60,8 @@ class PrivetV3Session { |
scoped_ptr<PrivetHTTPClient> client_; |
bool code_confirmed_; |
ScopedVector<FetcherDelegate> fetchers_; |
+ std::string privet_auth_token_; |
+ |
base::WeakPtrFactory<PrivetV3Session> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(PrivetV3Session); |
}; |