| Index: components/pairing/controller_pairing_controller.h
|
| diff --git a/chromeos/pairing/controller_pairing_controller.h b/components/pairing/controller_pairing_controller.h
|
| similarity index 91%
|
| rename from chromeos/pairing/controller_pairing_controller.h
|
| rename to components/pairing/controller_pairing_controller.h
|
| index dfb0e05a53dcf99872addc941f8e6ec0cffe6a64..233e0110d0147b1d54718d2f2e13e4fcaea6859c 100644
|
| --- a/chromeos/pairing/controller_pairing_controller.h
|
| +++ b/components/pairing/controller_pairing_controller.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
|
| -#define CHROMEOS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
|
| +#ifndef COMPONENTS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
|
| +#define COMPONENTS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "chromeos/chromeos_export.h"
|
| +#include "components/pairing/pairing_export.h"
|
|
|
| namespace chromeos {
|
| class UserContext;
|
| @@ -21,7 +21,7 @@ class BrowserContext;
|
|
|
| namespace chromeos {
|
|
|
| -class CHROMEOS_EXPORT ControllerPairingController {
|
| +class PAIRING_EXPORT ControllerPairingController {
|
| public:
|
| enum Stage {
|
| STAGE_NONE,
|
| @@ -106,4 +106,4 @@ class CHROMEOS_EXPORT ControllerPairingController {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROMEOS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
|
| +#endif // COMPONENTS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
|
|
|