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

Unified Diff: components/device_event_log/device_event_log_impl.h

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. 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.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_
« no previous file with comments | « components/device_event_log/device_event_log_export.h ('k') | components/device_event_log/device_event_log_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698