Index: content/common/input/web_input_event_traits.cc |
diff --git a/content/common/input/web_input_event_traits.cc b/content/common/input/web_input_event_traits.cc |
index c6d9126428176f01c9c85490415867cdffd8536a..874398855cc0b65d0fc2ceefb6fd0b60ca0f29c0 100644 |
--- a/content/common/input/web_input_event_traits.cc |
+++ b/content/common/input/web_input_event_traits.cc |
@@ -7,7 +7,6 @@ |
#include <bitset> |
#include <limits> |
-#include "base/format_macros.h" |
#include "base/logging.h" |
#include "base/strings/stringprintf.h" |
@@ -110,7 +109,7 @@ void ApppendTouchPointDetails(const WebTouchPoint& point, std::string* result) { |
void ApppendEventDetails(const WebTouchEvent& event, std::string* result) { |
StringAppendF(result, |
"{\n Touches: %u, Cancelable: %d, CausesScrolling: %d," |
- " uniqueTouchEventId: %" PRIu64 "\n[\n", |
+ " uniqueTouchEventId: %u\n[\n", |
event.touchesLength, |
event.cancelable, |
event.causesScrollingIfUncanceled, |