Index: components/device_event_log/device_event_log.cc |
diff --git a/chromeos/device_event_log.cc b/components/device_event_log/device_event_log.cc |
similarity index 96% |
rename from chromeos/device_event_log.cc |
rename to components/device_event_log/device_event_log.cc |
index aaded58a3ebc8dd2c145ee462e29975ecf16f341..0d52b6a3535df6878f333e672a1cf2e3045dfb71 100644 |
--- a/chromeos/device_event_log.cc |
+++ b/components/device_event_log/device_event_log.cc |
@@ -2,14 +2,12 @@ |
// 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.h" |
+#include "components/device_event_log/device_event_log.h" |
#include <string> |
#include "base/logging.h" |
-#include "chromeos/device_event_log_impl.h" |
- |
-namespace chromeos { |
+#include "components/device_event_log/device_event_log_impl.h" |
namespace device_event_log { |
@@ -106,5 +104,3 @@ ScopedDeviceLogIfSlow::~ScopedDeviceLogIfSlow() { |
} // namespace internal |
} // namespace device_event_log |
- |
-} // namespace chromeos |