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

Unified Diff: Source/core/clipboard/DataObject.h

Issue 1013213002: Fix template angle bracket syntax in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | Source/core/clipboard/DataObjectItem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataObject.h
diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
index 123b41cd9a177a6a74f6d9e34bdef94007c5fa99..cf617bfe61887ba9044d65959b22600edebac205 100644
--- a/Source/core/clipboard/DataObject.h
+++ b/Source/core/clipboard/DataObject.h
@@ -108,7 +108,7 @@ private:
bool internalAddStringItem(PassRefPtrWillBeRawPtr<DataObjectItem>);
void internalAddFileItem(PassRefPtrWillBeRawPtr<DataObjectItem>);
- WillBeHeapVector<RefPtrWillBeMember<DataObjectItem> > m_itemList;
+ WillBeHeapVector<RefPtrWillBeMember<DataObjectItem>> m_itemList;
// State of Shift/Ctrl/Alt/Meta keys and Left/Right/Middle mouse buttons
int m_modifiers;
« no previous file with comments | « no previous file | Source/core/clipboard/DataObjectItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698