| 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
|
|
|