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

Unified Diff: ui/events/latency_info.h

Issue 24257011: Revert "Revert 224496 "Move ui/base/latency_info* to ui/events"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp bustage Created 7 years, 3 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
« no previous file with comments | « ui/events/keycodes/keyboard_code_conversion_x.h ('k') | ui/events/latency_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/latency_info.h
diff --git a/ui/base/latency_info.h b/ui/events/latency_info.h
similarity index 95%
rename from ui/base/latency_info.h
rename to ui/events/latency_info.h
index 3482a500a8d0d85a89a5e92d92e7faf14f0be34e..8bf56100dfd84324c1dc9b40923244ba580f2400 100644
--- a/ui/base/latency_info.h
+++ b/ui/events/latency_info.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_LATENCY_INFO_H_
-#define UI_BASE_LATENCY_INFO_H_
+#ifndef UI_EVENTS_LATENCY_INFO_H_
+#define UI_EVENTS_LATENCY_INFO_H_
#include <map>
#include <utility>
#include "base/basictypes.h"
#include "base/time/time.h"
-#include "ui/base/ui_export.h"
+#include "ui/events/events_export.h"
namespace ui {
@@ -35,7 +35,7 @@ enum LatencyComponentType {
INPUT_EVENT_LATENCY_ACKED_COMPONENT
};
-struct UI_EXPORT LatencyInfo {
+struct EVENTS_EXPORT LatencyInfo {
struct LatencyComponent {
// Nondecreasing number that can be used to determine what events happened
// in the component at the time this struct was sent on to the next
@@ -93,4 +93,4 @@ struct UI_EXPORT LatencyInfo {
} // namespace ui
-#endif // UI_BASE_LATENCY_INFO_H_
+#endif // UI_EVENTS_LATENCY_INFO_H_
« no previous file with comments | « ui/events/keycodes/keyboard_code_conversion_x.h ('k') | ui/events/latency_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698