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

Unified Diff: ui/events/blink/web_input_event_traits.cc

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to |ui::| Created 4 years, 4 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: ui/events/blink/web_input_event_traits.cc
diff --git a/content/common/input/web_input_event_traits.cc b/ui/events/blink/web_input_event_traits.cc
similarity index 99%
rename from content/common/input/web_input_event_traits.cc
rename to ui/events/blink/web_input_event_traits.cc
index d88d85c3c8eacd3cf8b31d6709d5c3401050232a..690d24e3a47079f56ed8a4acb074fe1619f61ec8 100644
--- a/content/common/input/web_input_event_traits.cc
+++ b/ui/events/blink/web_input_event_traits.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/input/web_input_event_traits.h"
+#include "ui/events/blink/web_input_event_traits.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
@@ -17,7 +17,7 @@ using blink::WebMouseWheelEvent;
using blink::WebTouchEvent;
using blink::WebTouchPoint;
-namespace content {
+namespace ui {
namespace {
void ApppendEventDetails(const WebKeyboardEvent& event, std::string* result) {
ncarter (slow) 2016/08/16 21:09:04 ppp?
chongz 2016/08/17 16:34:18 I'm not sure what does 'ppp' mean?
@@ -301,4 +301,4 @@ uint32_t WebInputEventTraits::GetUniqueTouchEventId(
return 0U;
}
-} // namespace content
+} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698