Index: components/pairing/fake_host_pairing_controller.cc |
diff --git a/chromeos/pairing/fake_host_pairing_controller.cc b/components/pairing/fake_host_pairing_controller.cc |
similarity index 97% |
rename from chromeos/pairing/fake_host_pairing_controller.cc |
rename to components/pairing/fake_host_pairing_controller.cc |
index f98c2d179d6721077c64bfaa305a34ce2a7fa96e..b2af9b0234d5291bbbebd28d1e56161eecb44303 100644 |
--- a/chromeos/pairing/fake_host_pairing_controller.cc |
+++ b/components/pairing/fake_host_pairing_controller.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 "chromeos/pairing/fake_host_pairing_controller.h" |
+#include "components/pairing/fake_host_pairing_controller.h" |
#include <map> |
#include <vector> |
@@ -22,7 +22,7 @@ const size_t kCodeLength = 6; |
} // namespace |
-namespace chromeos { |
+namespace pairing_chromeos { |
FakeHostPairingController::FakeHostPairingController(const std::string& config) |
: current_stage_(STAGE_NONE), |
@@ -189,4 +189,4 @@ void FakeHostPairingController::PairingStageChanged(Stage new_stage) { |
void FakeHostPairingController::UpdateAdvanced(const UpdateProgress& progress) { |
} |
-} // namespace chromeos |
+} // namespace pairing_chromeos |