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

Unified Diff: components/device_event_log/device_event_log_impl_unittest.cc

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device_event_log::Initialize call to BrowserProcessImpl. Created 5 years, 10 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/device_event_log/device_event_log_impl_unittest.cc
diff --git a/chromeos/device_event_log_impl_unittest.cc b/components/device_event_log/device_event_log_impl_unittest.cc
similarity index 98%
rename from chromeos/device_event_log_impl_unittest.cc
rename to components/device_event_log/device_event_log_impl_unittest.cc
index 7c9e8c90057f76171e8d2056b916061e634786e3..b6eff23fce12858cfb311b44918ff67d29ccf178 100644
--- a/chromeos/device_event_log_impl_unittest.cc
+++ b/components/device_event_log/device_event_log_impl_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 "chromeos/device_event_log_impl.h"
+#include "components/device_event_log/device_event_log_impl.h"
#include <algorithm>
@@ -14,8 +14,6 @@
#include "base/strings/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace chromeos {
-
namespace device_event_log {
namespace {
@@ -261,5 +259,3 @@ TEST_F(DeviceEventLogTest, TestType) {
}
} // namespace device_event_log
-
-} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698