Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1426)

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp

Issue 1367123002: Remove include guards in .cpp file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/BidiRunForLine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/BidiRunForLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698