Index: device/wake_lock/wake_lock_service_context_unittest.cc |
diff --git a/content/browser/wake_lock/wake_lock_service_context_unittest.cc b/device/wake_lock/wake_lock_service_context_unittest.cc |
similarity index 93% |
rename from content/browser/wake_lock/wake_lock_service_context_unittest.cc |
rename to device/wake_lock/wake_lock_service_context_unittest.cc |
index 6240132303a2afbc7263cbe74f437466a248a38e..ce055c464507cd0405ce77d61ddddb9a3de71ed3 100644 |
--- a/content/browser/wake_lock/wake_lock_service_context_unittest.cc |
+++ b/device/wake_lock/wake_lock_service_context_unittest.cc |
@@ -2,7 +2,7 @@ |
// 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_context.h" |
+#include "device/wake_lock/wake_lock_service_context.h" |
#include <memory> |
@@ -10,7 +10,7 @@ |
#include "base/process/kill.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace content { |
+namespace device { |
class WakeLockServiceContextTest : public testing::Test { |
public: |
@@ -60,4 +60,4 @@ TEST_F(WakeLockServiceContextTest, LockUnlock) { |
EXPECT_FALSE(HasWakeLock()); |
} |
-} // namespace content |
+} // namespace device |