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

Unified Diff: device/wake_lock/wake_lock_service_context_unittest.cc

Issue 2389743002: Content Modularization Project: Move Wake Lock to //device (Closed)
Patch Set: Eliminate frame reference Created 4 years, 2 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 | « device/wake_lock/wake_lock_service_context.cc ('k') | device/wake_lock/wake_lock_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/wake_lock/wake_lock_service_context.cc ('k') | device/wake_lock/wake_lock_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698