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

Unified Diff: Source/web/CompositionUnderlineVectorBuilder.h

Issue 423803002: Cosmetic change to base class lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/modules/serviceworkers/WaitUntilObserver.h ('k') | Source/web/ServiceWorkerGlobalScopeProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/CompositionUnderlineVectorBuilder.h
diff --git a/Source/web/CompositionUnderlineVectorBuilder.h b/Source/web/CompositionUnderlineVectorBuilder.h
index 07cee1b465e867ed7e8ca946cd7f121f84d3ee3b..48551e5345802361a3d728630b00e7ce8a7e2648 100644
--- a/Source/web/CompositionUnderlineVectorBuilder.h
+++ b/Source/web/CompositionUnderlineVectorBuilder.h
@@ -41,11 +41,9 @@ namespace blink {
// This classes are used for converting from std::vector<WebCompositionUnderline>
// to Vector<blink::CompositionUnderline>.
-class CompositionUnderlineVectorBuilder :
- public Vector<blink::CompositionUnderline> {
+class CompositionUnderlineVectorBuilder : public Vector<CompositionUnderline> {
public:
- CompositionUnderlineVectorBuilder(
- const WebVector<WebCompositionUnderline>&);
+ CompositionUnderlineVectorBuilder(const WebVector<WebCompositionUnderline>&);
};
} // namespace blink
« no previous file with comments | « Source/modules/serviceworkers/WaitUntilObserver.h ('k') | Source/web/ServiceWorkerGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698