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

Unified Diff: components/sync_wifi/wifi_config_delegate_chromeos.h

Issue 2463463004: [Sync] Rename wifi_sync to sync_wifi. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « components/sync_wifi/wifi_config_delegate.h ('k') | components/sync_wifi/wifi_config_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_wifi/wifi_config_delegate_chromeos.h
diff --git a/components/wifi_sync/wifi_config_delegate_chromeos.h b/components/sync_wifi/wifi_config_delegate_chromeos.h
similarity index 82%
rename from components/wifi_sync/wifi_config_delegate_chromeos.h
rename to components/sync_wifi/wifi_config_delegate_chromeos.h
index 94f91d76908ea6daf55a45a8f905e8d7e00c8094..605bcd704fb5d8b1c769098b245cdb4fba272963 100644
--- a/components/wifi_sync/wifi_config_delegate_chromeos.h
+++ b/components/sync_wifi/wifi_config_delegate_chromeos.h
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_WIFI_SYNC_WIFI_CONFIG_DELEGATE_CHROMEOS_H_
-#define COMPONENTS_WIFI_SYNC_WIFI_CONFIG_DELEGATE_CHROMEOS_H_
+#ifndef COMPONENTS_SYNC_WIFI_WIFI_CONFIG_DELEGATE_CHROMEOS_H_
+#define COMPONENTS_SYNC_WIFI_WIFI_CONFIG_DELEGATE_CHROMEOS_H_
#include <string>
#include "base/macros.h"
-#include "components/wifi_sync/wifi_config_delegate.h"
+#include "components/sync_wifi/wifi_config_delegate.h"
namespace chromeos {
class ManagedNetworkConfigurationHandler;
}
-namespace wifi_sync {
+namespace sync_wifi {
// ChromeOS-specific implementation of the WifiConfigDelegate interface.
class WifiConfigDelegateChromeOs : public WifiConfigDelegate {
@@ -44,6 +44,6 @@ class WifiConfigDelegateChromeOs : public WifiConfigDelegate {
DISALLOW_COPY_AND_ASSIGN(WifiConfigDelegateChromeOs);
};
-} // namespace wifi_sync
+} // namespace sync_wifi
-#endif // COMPONENTS_WIFI_SYNC_WIFI_CONFIG_DELEGATE_CHROMEOS_H_
+#endif // COMPONENTS_SYNC_WIFI_WIFI_CONFIG_DELEGATE_CHROMEOS_H_
« no previous file with comments | « components/sync_wifi/wifi_config_delegate.h ('k') | components/sync_wifi/wifi_config_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698