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

Unified Diff: chrome/browser/local_discovery/privetv3_setup_flow.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_setup_flow.h
diff --git a/chrome/browser/local_discovery/privetv2_setup_flow.h b/chrome/browser/local_discovery/privetv3_setup_flow.h
similarity index 81%
rename from chrome/browser/local_discovery/privetv2_setup_flow.h
rename to chrome/browser/local_discovery/privetv3_setup_flow.h
index 5b78a4a5435b7c3c1a10df052a82f34cf86eb31a..405b02cc9c92f3f5869910d1e83a52195f38ca94 100644
--- a/chrome/browser/local_discovery/privetv2_setup_flow.h
+++ b/chrome/browser/local_discovery/privetv3_setup_flow.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_SETUP_FLOW_H_
-#define CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV2_SETUP_FLOW_H_
+#ifndef CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV3_SETUP_FLOW_H_
+#define CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV3_SETUP_FLOW_H_
#include <string>
@@ -20,7 +20,7 @@ class WifiManager;
};
#endif
-class PrivetV2SetupFlow {
+class PrivetV3SetupFlow {
public:
class Delegate {
public:
@@ -43,14 +43,14 @@ class PrivetV2SetupFlow {
virtual void OnSetupError() = 0;
};
- virtual ~PrivetV2SetupFlow() {}
+ virtual ~PrivetV3SetupFlow() {}
- static scoped_ptr<PrivetV2SetupFlow> CreateMDnsOnlyFlow(
+ static scoped_ptr<PrivetV3SetupFlow> CreateMDnsOnlyFlow(
ServiceDiscoveryClient* service_discovery_client,
const std::string& service_name);
#if defined(ENABLE_WIFI_BOOTSTRAPPING)
- static scoped_ptr<PrivetV2SetupFlow> CreateWifiFlow(
+ static scoped_ptr<PrivetV3SetupFlow> CreateWifiFlow(
ServiceDiscoveryClient* service_discovery_client,
wifi::WifiManager* wifi_manager,
// The SSID of the network whose credentials we will be provisioning.
@@ -64,4 +64,4 @@ class PrivetV2SetupFlow {
} // namespace local_discovery
-#endif // CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV2_SETUP_FLOW_H_
+#endif // CHROME_BROWSER_LOCAL_DISCOVERY_PRIVETV3_SETUP_FLOW_H_
« no previous file with comments | « chrome/browser/local_discovery/privetv3_session.cc ('k') | chrome/browser/local_discovery/privetv3_setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698