| Index: components/device_event_log/device_event_log_impl.h
|
| diff --git a/chromeos/device_event_log_impl.h b/components/device_event_log/device_event_log_impl.h
|
| similarity index 85%
|
| rename from chromeos/device_event_log_impl.h
|
| rename to components/device_event_log/device_event_log_impl.h
|
| index f18bff50d092778c51cd704e192a7c88e2ee871d..8b7e11a188fae2e2f57969ad6f98cb070e40eada 100644
|
| --- a/chromeos/device_event_log_impl.h
|
| +++ b/components/device_event_log/device_event_log_impl.h
|
| @@ -2,21 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_DEVICE_EVENT_LOG_IMPL_H_
|
| -#define CHROMEOS_DEVICE_EVENT_LOG_IMPL_H_
|
| +#ifndef COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_IMPL_H_
|
| +#define COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_IMPL_H_
|
|
|
| #include <list>
|
| #include <string>
|
|
|
| #include "base/time/time.h"
|
| -#include "chromeos/chromeos_export.h"
|
| -#include "chromeos/device_event_log.h"
|
| -
|
| -namespace chromeos {
|
| +#include "components/device_event_log/device_event_log.h"
|
| +#include "components/device_event_log/device_event_log_export.h"
|
|
|
| namespace device_event_log {
|
|
|
| -class CHROMEOS_EXPORT DeviceEventLogImpl {
|
| +class DEVICE_EVENT_LOG_EXPORT DeviceEventLogImpl {
|
| public:
|
| struct LogEntry {
|
| LogEntry(const char* filedesc,
|
| @@ -78,6 +76,4 @@ class CHROMEOS_EXPORT DeviceEventLogImpl {
|
|
|
| } // namespace device_event_log
|
|
|
| -} // namespace chromeos
|
| -
|
| -#endif // CHROMEOS_DEVICE_EVENT_LOG_IMPL_H_
|
| +#endif // COMPONENTS_DEVICE_EVENT_LOG_DEVICE_EVENT_LOG_IMPL_H_
|
|
|