Index: components/pairing/host_pairing_controller.cc |
diff --git a/chromeos/pairing/host_pairing_controller.cc b/components/pairing/host_pairing_controller.cc |
similarity index 75% |
rename from chromeos/pairing/host_pairing_controller.cc |
rename to components/pairing/host_pairing_controller.cc |
index 2772705b504a51f1cc4a3cb0614a596c41a54d0d..be240c9db1c03941add15eac6d2cc9419f9d9123 100644 |
--- a/chromeos/pairing/host_pairing_controller.cc |
+++ b/components/pairing/host_pairing_controller.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chromeos/pairing/host_pairing_controller.h" |
+#include "components/pairing/host_pairing_controller.h" |
-namespace chromeos { |
+namespace pairing_chromeos { |
HostPairingController::HostPairingController() {} |
@@ -13,4 +13,4 @@ HostPairingController::~HostPairingController() {} |
HostPairingController::Observer::Observer() {} |
HostPairingController::Observer::~Observer() {} |
-} // namespace chromeos |
+} // namespace pairing_chromeos |