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

Unified Diff: components/sync_wifi/wifi_credential_syncable_service_factory.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
Index: components/sync_wifi/wifi_credential_syncable_service_factory.h
diff --git a/components/wifi_sync/wifi_credential_syncable_service_factory.h b/components/sync_wifi/wifi_credential_syncable_service_factory.h
similarity index 90%
rename from components/wifi_sync/wifi_credential_syncable_service_factory.h
rename to components/sync_wifi/wifi_credential_syncable_service_factory.h
index 38367b24592f5549602c77cbaa80e771c325d2f8..3b001cd5c5cc588c4b1aadc3b34db4a68a203ce5 100644
--- a/components/wifi_sync/wifi_credential_syncable_service_factory.h
+++ b/components/sync_wifi/wifi_credential_syncable_service_factory.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 COMPONENTS_WIFI_SYNC_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
-#define COMPONENTS_WIFI_SYNC_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
+#ifndef COMPONENTS_SYNC_WIFI_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
+#define COMPONENTS_SYNC_WIFI_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
#include <memory>
@@ -16,7 +16,7 @@ namespace content {
class BrowserContext;
}
-namespace wifi_sync {
+namespace sync_wifi {
class WifiConfigDelegate;
class WifiCredentialSyncableService;
@@ -72,6 +72,6 @@ class WifiCredentialSyncableServiceFactory
DISALLOW_COPY_AND_ASSIGN(WifiCredentialSyncableServiceFactory);
};
-} // namespace wifi_sync
+} // namespace sync_wifi
-#endif // COMPONENTS_WIFI_SYNC_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
+#endif // COMPONENTS_SYNC_WIFI_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698