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

Unified Diff: Source/modules/gamepad/GamepadButton.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/modules/gamepad/GamepadButton.h
diff --git a/Source/modules/gamepad/GamepadButton.h b/Source/modules/gamepad/GamepadButton.h
index e4fd6a65ec156fbbef3c69cf849265e3fe65388a..ece740c06bfe616d23f32639af84f57982758ccf 100644
--- a/Source/modules/gamepad/GamepadButton.h
+++ b/Source/modules/gamepad/GamepadButton.h
@@ -30,7 +30,7 @@ private:
bool m_pressed;
};
-typedef HeapVector<Member<GamepadButton> > GamepadButtonVector;
+typedef HeapVector<Member<GamepadButton>> GamepadButtonVector;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698