Index: app/text_elider.cc |
diff --git a/app/text_elider.cc b/app/text_elider.cc |
index 5a4d9d0d3ddb5938b41f265ad787ece8d72422f3..ec440578d2ea12cf7b6a4918726369c2a34a2848 100644 |
--- a/app/text_elider.cc |
+++ b/app/text_elider.cc |
@@ -396,6 +396,12 @@ SortedDisplayURL::SortedDisplayURL(const GURL& url, |
} |
} |
+SortedDisplayURL::SortedDisplayURL() { |
+} |
+ |
+SortedDisplayURL::~SortedDisplayURL() { |
+} |
+ |
int SortedDisplayURL::Compare(const SortedDisplayURL& other, |
icu::Collator* collator) const { |
// Compare on hosts first. The host won't contain 'www.'. |