Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1002)

Unified Diff: chrome/browser/local_discovery/privetv3_session.h

Issue 318283002: Added new GCD/Privet interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698