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

Unified Diff: Source/platform/DragImageTest.cpp

Issue 1182703002: Fix unit test style in Source/platform/, part 1. (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/DragImageTest.cpp
diff --git a/Source/platform/DragImageTest.cpp b/Source/platform/DragImageTest.cpp
index d8a20d0a14a441cc9f31c1ba00fd6ef7e62448eb..534a6a723e9eb15ea683ec3156f6aadc768a8561 100644
--- a/Source/platform/DragImageTest.cpp
+++ b/Source/platform/DragImageTest.cpp
@@ -29,7 +29,6 @@
*/
#include "config.h"
-
#include "platform/DragImage.h"
#include "platform/fonts/FontDescription.h"
@@ -45,12 +44,9 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class TestImage : public Image {
public:
@@ -97,9 +93,7 @@ public:
}
private:
-
IntSize m_size;
-
SkBitmap m_bitmap;
};
@@ -246,4 +240,4 @@ TEST(DragImageTest, InterpolationNone)
}
}
-} // anonymous namespace
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698