| Index: third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp b/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| index 7c8860327ed3accc04d93df6656988ca387ba079..6789351b77b72c3d23e1e5ea2b794935bdc36500 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.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 ResourceLoaderOptionsTest_h
|
| -#define ResourceLoaderOptionsTest_h
|
| -
|
| #include "config.h"
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
|
|
| @@ -92,5 +89,3 @@ TEST(ResourceLoaderOptionsTest, DeepCopy)
|
| } // namespace
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ResourceLoaderOptionsTest_h
|
|
|