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

Unified Diff: components/pairing/host_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: 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/host_pairing_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pairing/host_pairing_controller.cc
diff --git a/chromeos/pairing/host_pairing_controller.cc b/components/pairing/host_pairing_controller.cc
similarity index 75%
rename from chromeos/pairing/host_pairing_controller.cc
rename to components/pairing/host_pairing_controller.cc
index 2772705b504a51f1cc4a3cb0614a596c41a54d0d..be240c9db1c03941add15eac6d2cc9419f9d9123 100644
--- a/chromeos/pairing/host_pairing_controller.cc
+++ b/components/pairing/host_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/host_pairing_controller.h"
+#include "components/pairing/host_pairing_controller.h"
-namespace chromeos {
+namespace pairing_chromeos {
HostPairingController::HostPairingController() {}
@@ -13,4 +13,4 @@ HostPairingController::~HostPairingController() {}
HostPairingController::Observer::Observer() {}
HostPairingController::Observer::~Observer() {}
-} // namespace chromeos
+} // namespace pairing_chromeos
« no previous file with comments | « components/pairing/host_pairing_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698