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

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

Issue 305533007: Rename PrivetV2 to PrivetV3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/privetv2_session.h b/chrome/browser/local_discovery/privetv3_session.h
similarity index 81%
rename from chrome/browser/local_discovery/privetv2_session.h
rename to chrome/browser/local_discovery/privetv3_session.h
index c3e34e5efe7084b0d0a70e76804d1b303844150d..e2c41dec7333a2d5b6632b6549403eb26d4edc11 100644
--- a/chrome/browser/local_discovery/privetv2_session.h
+++ b/chrome/browser/local_discovery/privetv3_session.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV2_SESSION_H_
-#define CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV2_SESSION_H_
+#ifndef CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV3_SESSION_H_
+#define CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV3_SESSION_H_
#include <string>
@@ -15,7 +15,7 @@ namespace local_discovery {
class PrivetHTTPClient;
-class PrivetV2Session {
+class PrivetV3Session {
public:
typedef base::Callback<
void(bool success, const base::DictionaryValue& response)>
@@ -43,9 +43,9 @@ class PrivetV2Session {
virtual void Start() = 0;
};
- virtual ~PrivetV2Session() {}
+ virtual ~PrivetV3Session() {}
- static scoped_ptr<PrivetV2Session> Create(PrivetHTTPClient* client);
+ static scoped_ptr<PrivetV3Session> Create(PrivetHTTPClient* client);
// Establish a session, will call |OnSetupConfirmationNeeded| and then
// |OnSessionEstablished|.
@@ -60,4 +60,4 @@ class PrivetV2Session {
} // namespace local_discovery
-#endif // CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV2_SESSION_H_
+#endif // CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV3_SESSION_H_
« no previous file with comments | « chrome/browser/local_discovery/privetv2_setup_operation.cc ('k') | chrome/browser/local_discovery/privetv3_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698