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

Unified Diff: ui/gfx/size_unittest.cc

Issue 11269022: Add Vector2d classes that represent offsets, instead of using Point. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more vector use fixes Created 8 years, 2 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: ui/gfx/size_unittest.cc
diff --git a/ui/gfx/size_unittest.cc b/ui/gfx/size_unittest.cc
index 4a281ed42eacb2f0a1cfb1e596caf0153cef18c2..564499762044e3a04a7c17d6d7b3a60caddb709a 100644
--- a/ui/gfx/size_unittest.cc
+++ b/ui/gfx/size_unittest.cc
@@ -4,6 +4,7 @@
#include "ui/gfx/size_base.h"
+#include "base/basictypes.h"
Peter Kasting 2012/10/30 01:14:14 Nit: Surprised this is necessary
danakj 2012/10/30 19:21:21 Oh, this was for the macro to give the size of an
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/size.h"
#include "ui/gfx/size_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698