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

Unified Diff: components/device_event_log/device_event_log.cc

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.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
« no previous file with comments | « components/device_event_log/device_event_log.h ('k') | components/device_event_log/device_event_log_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698