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 |