Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: components/pairing/host_pairing_controller.h

Issue 387163002: Move Chrome OS pairing interface to chrome/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing file Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 88%
rename from chromeos/pairing/host_pairing_controller.h
rename to components/pairing/host_pairing_controller.h
index 5adf5eaa176f6bac8ac7449d0e4d2d8f91c7f252..9cc5b698532b1f5a16703b10b2a66bc328231d94 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 {
-class CHROMEOS_EXPORT HostPairingController {
+class PAIRING_EXPORT HostPairingController {
public:
enum Stage {
STAGE_NONE,
@@ -77,4 +77,4 @@ class CHROMEOS_EXPORT HostPairingController {
} // namespace chromeos
-#endif // CHROMEOS_PAIRING_HOST_PAIRING_CONTROLLER_H_
+#endif // COMPONENTS_PAIRING_HOST_PAIRING_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698