Index: components/pairing/host_pairing_controller.h |
diff --git a/chromeos/pairing/host_pairing_controller.h b/components/pairing/host_pairing_controller.h |
similarity index 85% |
rename from chromeos/pairing/host_pairing_controller.h |
rename to components/pairing/host_pairing_controller.h |
index 5adf5eaa176f6bac8ac7449d0e4d2d8f91c7f252..36a83536ebdf76ab6ddbe843cd282194b09c79df 100644 |
--- a/chromeos/pairing/host_pairing_controller.h |
+++ b/components/pairing/host_pairing_controller.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROMEOS_PAIRING_HOST_PAIRING_CONTROLLER_H_ |
-#define CHROMEOS_PAIRING_HOST_PAIRING_CONTROLLER_H_ |
+#ifndef COMPONENTS_PAIRING_HOST_PAIRING_CONTROLLER_H_ |
+#define COMPONENTS_PAIRING_HOST_PAIRING_CONTROLLER_H_ |
#include <string> |
#include "base/macros.h" |
-#include "chromeos/chromeos_export.h" |
+#include "components/pairing/pairing_export.h" |
-namespace chromeos { |
+namespace pairing_chromeos { |
-class CHROMEOS_EXPORT HostPairingController { |
+class PAIRING_EXPORT HostPairingController { |
public: |
enum Stage { |
STAGE_NONE, |
@@ -75,6 +75,6 @@ class CHROMEOS_EXPORT HostPairingController { |
DISALLOW_COPY_AND_ASSIGN(HostPairingController); |
}; |
-} // namespace chromeos |
+} // namespace pairing_chromeos |
-#endif // CHROMEOS_PAIRING_HOST_PAIRING_CONTROLLER_H_ |
+#endif // COMPONENTS_PAIRING_HOST_PAIRING_CONTROLLER_H_ |