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

Unified Diff: components/pairing/controller_pairing_controller.cc

Issue 387163002: Move Chrome OS pairing interface to chrome/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Leave chromeos/pairing intact for try jobs 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/controller_pairing_controller.cc
diff --git a/chromeos/pairing/controller_pairing_controller.cc b/components/pairing/controller_pairing_controller.cc
similarity index 76%
rename from chromeos/pairing/controller_pairing_controller.cc
rename to components/pairing/controller_pairing_controller.cc
index d0bc0cc4a327927aa72c15cf5935af2db6750675..448332fde8f1849a3884bbc04f3f5f5f38635496 100644
--- a/chromeos/pairing/controller_pairing_controller.cc
+++ b/components/pairing/controller_pairing_controller.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromeos/pairing/controller_pairing_controller.h"
+#include "components/pairing/controller_pairing_controller.h"
-namespace chromeos {
+namespace pairing_chromeos {
ControllerPairingController::Observer::Observer() {
}
@@ -18,4 +18,4 @@ ControllerPairingController::ControllerPairingController() {
ControllerPairingController::~ControllerPairingController() {
}
-} // namespace chromeos
+} // namespace pairing_chromeos

Powered by Google App Engine
This is Rietveld 408576698