| Index: Source/web/tests/KeyboardTest.cpp
|
| diff --git a/Source/web/tests/KeyboardTest.cpp b/Source/web/tests/KeyboardTest.cpp
|
| index f33d651d499fb456e6072b8420f8e2b3548251b7..f1ec242dcb5af8401cf78c09fbbde504bb6096de 100644
|
| --- a/Source/web/tests/KeyboardTest.cpp
|
| +++ b/Source/web/tests/KeyboardTest.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#include <gtest/gtest.h>
|
| -
|
| #include "core/editing/EditingBehavior.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/events/EventTarget.h"
|
| @@ -40,10 +38,9 @@
|
| #include "platform/KeyboardCodes.h"
|
| #include "public/web/WebInputEvent.h"
|
| #include "web/WebInputEventConversion.h"
|
| +#include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| class KeyboardTest : public testing::Test {
|
| public:
|
| @@ -212,4 +209,4 @@ TEST_F(KeyboardTest, TestInsertNewline4)
|
| EXPECT_STREQ("InsertNewline", result);
|
| }
|
|
|
| -} // empty namespace
|
| +} // namespace blink
|
|
|