| Index: Source/platform/network/FormDataTest.cpp
|
| diff --git a/Source/platform/network/FormDataTest.cpp b/Source/platform/network/FormDataTest.cpp
|
| index c9da9c343931852f15df9ae6b9aa7038f81904aa..f0ab332186e5e93826f9b7e321e34448d8f39ef7 100644
|
| --- a/Source/platform/network/FormDataTest.cpp
|
| +++ b/Source/platform/network/FormDataTest.cpp
|
| @@ -2,9 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef FormDataTest_h
|
| -#define FormDataTest_h
|
| -
|
| #include "config.h"
|
| #include "platform/network/FormData.h"
|
|
|
| @@ -117,5 +114,3 @@ TEST_F(FormDataTest, DeepCopy)
|
| } // namespace
|
|
|
| } // namespace blink
|
| -
|
| -#endif
|
|
|