Index: content/child/npapi/webplugin.h |
diff --git a/content/child/npapi/webplugin.h b/content/child/npapi/webplugin.h |
index 5db1989ac8e81afa4d7515e17b06a5521c09a441..c1281f14d2464317b9a53068640fbbdc9e179213 100644 |
--- a/content/child/npapi/webplugin.h |
+++ b/content/child/npapi/webplugin.h |
@@ -9,8 +9,8 @@ |
#include <vector> |
#include "base/basictypes.h" |
+#include "ui/gfx/geometry/rect.h" |
#include "ui/gfx/native_widget_types.h" |
-#include "ui/gfx/rect.h" |
#include "ui/gl/gpu_preference.h" |
// TODO(port): this typedef is obviously incorrect on non-Windows |