Index: device/wake_lock/wake_lock_service_impl.cc |
diff --git a/content/browser/wake_lock/wake_lock_service_impl.cc b/device/wake_lock/wake_lock_service_impl.cc |
similarity index 82% |
rename from content/browser/wake_lock/wake_lock_service_impl.cc |
rename to device/wake_lock/wake_lock_service_impl.cc |
index 6e0d159f631129bcfac9eb61e55cff994585b5ce..34bcca251d4815be1162b28302ced742dc0ef882 100644 |
--- a/content/browser/wake_lock/wake_lock_service_impl.cc |
+++ b/device/wake_lock/wake_lock_service_impl.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/browser/wake_lock/wake_lock_service_impl.h" |
+#include "device/wake_lock/wake_lock_service_impl.h" |
#include <utility> |
-#include "content/browser/wake_lock/wake_lock_service_context.h" |
+#include "device/wake_lock/wake_lock_service_context.h" |
-namespace content { |
+namespace device { |
WakeLockServiceImpl::WakeLockServiceImpl( |
base::WeakPtr<WakeLockServiceContext> context) |
@@ -34,4 +34,4 @@ void WakeLockServiceImpl::CancelWakeLock() { |
context_->CancelWakeLock(); |
} |
-} // namespace content |
+} // namespace device |