Index: components/pairing/fake_controller_pairing_controller.cc |
diff --git a/chromeos/pairing/fake_controller_pairing_controller.cc b/components/pairing/fake_controller_pairing_controller.cc |
similarity index 98% |
rename from chromeos/pairing/fake_controller_pairing_controller.cc |
rename to components/pairing/fake_controller_pairing_controller.cc |
index 6be3c90b0272ebe08a4e67f06c739f3aff758004..deb86156a7b2d11ccecbbb0fc5166ad8037170be 100644 |
--- a/chromeos/pairing/fake_controller_pairing_controller.cc |
+++ b/components/pairing/fake_controller_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_controller_pairing_controller.h" |
+#include "components/pairing/fake_controller_pairing_controller.h" |
#include <map> |
@@ -14,7 +14,7 @@ |
#include "base/strings/string_split.h" |
#include "base/strings/string_util.h" |
-namespace chromeos { |
+namespace pairing_chromeos { |
FakeControllerPairingController::FakeControllerPairingController( |
const std::string& config) |
@@ -332,4 +332,4 @@ void FakeControllerPairingController::PairingStageChanged(Stage new_stage) { |
void FakeControllerPairingController::DiscoveredDevicesListChanged() { |
} |
-} // namespace chromeos |
+} // namespace pairing_chromeos |