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

Unified Diff: components/pairing/controller_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: compoent -> source set 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
« no previous file with comments | « components/pairing/OWNERS ('k') | components/pairing/controller_pairing_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 90%
rename from chromeos/pairing/controller_pairing_controller.h
rename to components/pairing/controller_pairing_controller.h
index dfb0e05a53dcf99872addc941f8e6ec0cffe6a64..67ec581604f633b8c3ef118c8eeee3c367c32bf1 100644
--- a/chromeos/pairing/controller_pairing_controller.h
+++ b/components/pairing/controller_pairing_controller.h
@@ -2,14 +2,13 @@
// 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"
namespace chromeos {
class UserContext;
@@ -19,9 +18,9 @@ namespace content {
class BrowserContext;
}
-namespace chromeos {
+namespace pairing_chromeos {
-class CHROMEOS_EXPORT ControllerPairingController {
+class ControllerPairingController {
public:
enum Stage {
STAGE_NONE,
@@ -104,6 +103,6 @@ class CHROMEOS_EXPORT ControllerPairingController {
DISALLOW_COPY_AND_ASSIGN(ControllerPairingController);
};
-} // namespace chromeos
+} // namespace pairing_chromeos
-#endif // CHROMEOS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
+#endif // COMPONENTS_PAIRING_CONTROLLER_PAIRING_CONTROLLER_H_
« no previous file with comments | « components/pairing/OWNERS ('k') | components/pairing/controller_pairing_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698