| 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 1d943f2272a4dfe151fbc9ccf3c641023f15c10b..5692e1389f1007f8ad91d452b4dcd1997a69de9a 100644
|
| --- a/chrome/browser/local_discovery/privetv3_session.h
|
| +++ b/chrome/browser/local_discovery/privetv3_session.h
|
| @@ -16,7 +16,7 @@ class DictionaryValue;
|
|
|
| namespace local_discovery {
|
|
|
| -class PrivetHTTPClient;
|
| +class PrivetV3HTTPClient;
|
|
|
| // Manages secure communication between browser and local Privet device.
|
| class PrivetV3Session {
|
| @@ -52,7 +52,7 @@ class PrivetV3Session {
|
| virtual void Start() = 0;
|
| };
|
|
|
| - PrivetV3Session(scoped_ptr<PrivetHTTPClient> client, Delegate* delegate);
|
| + PrivetV3Session(scoped_ptr<PrivetV3HTTPClient> client, Delegate* delegate);
|
| ~PrivetV3Session();
|
|
|
| // Establishes a session, will call |OnSetupConfirmationNeeded| and then
|
|
|