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

Unified Diff: Source/platform/network/FormDataTest.cpp

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
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

Powered by Google App Engine
This is Rietveld 408576698