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

Unified Diff: components/sync_wifi/wifi_config_delegate_chromeos.cc

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
Index: components/sync_wifi/wifi_config_delegate_chromeos.cc
diff --git a/components/wifi_sync/wifi_config_delegate_chromeos.cc b/components/sync_wifi/wifi_config_delegate_chromeos.cc
similarity index 88%
rename from components/wifi_sync/wifi_config_delegate_chromeos.cc
rename to components/sync_wifi/wifi_config_delegate_chromeos.cc
index ea61d0b0ec436e3b0ac2c4bbf0887b95925bf8b2..e1323dbcdc8267069446ccb2aecd065c875d2b76 100644
--- a/components/wifi_sync/wifi_config_delegate_chromeos.cc
+++ b/components/sync_wifi/wifi_config_delegate_chromeos.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/wifi_sync/wifi_config_delegate_chromeos.h"
+#include "components/sync_wifi/wifi_config_delegate_chromeos.h"
#include <memory>
@@ -10,9 +10,9 @@
#include "base/logging.h"
#include "base/values.h"
#include "chromeos/network/managed_network_configuration_handler.h"
-#include "components/wifi_sync/wifi_credential.h"
+#include "components/sync_wifi/wifi_credential.h"
-namespace wifi_sync {
+namespace sync_wifi {
namespace {
@@ -36,8 +36,7 @@ WifiConfigDelegateChromeOs::WifiConfigDelegateChromeOs(
DCHECK(managed_network_configuration_handler_);
}
-WifiConfigDelegateChromeOs::~WifiConfigDelegateChromeOs() {
-}
+WifiConfigDelegateChromeOs::~WifiConfigDelegateChromeOs() {}
void WifiConfigDelegateChromeOs::AddToLocalNetworks(
const WifiCredential& network_credential) {
@@ -57,4 +56,4 @@ void WifiConfigDelegateChromeOs::AddToLocalNetworks(
base::Bind(OnCreateConfigurationFailed, network_credential));
}
-} // namespace wifi_sync
+} // namespace sync_wifi
« no previous file with comments | « components/sync_wifi/wifi_config_delegate_chromeos.h ('k') | components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698