| Index: Source/web/tests/WebInputEventConversionTest.cpp
|
| diff --git a/Source/web/tests/WebInputEventConversionTest.cpp b/Source/web/tests/WebInputEventConversionTest.cpp
|
| index 5070541b2cc2b33d9739e07dc23270df28e89d28..e0b7362b66ff6caf03dddb748c04c4e9aec6a78a 100644
|
| --- a/Source/web/tests/WebInputEventConversionTest.cpp
|
| +++ b/Source/web/tests/WebInputEventConversionTest.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "web/WebInputEventConversion.h"
|
|
|
| #include "core/dom/Touch.h"
|
| @@ -51,9 +50,7 @@
|
| #include "web/tests/FrameTestHelpers.h"
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<KeyboardEvent> createKeyboardEventWithLocation(KeyboardEvent::KeyLocationCode location)
|
| {
|
| @@ -940,4 +937,4 @@ TEST(WebInputEventConversionTest, PlatformWheelEventBuilder)
|
| }
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace blink
|
|
|