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

Unified Diff: app/text_elider.cc

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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 | « app/text_elider.h ('k') | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.'.
« no previous file with comments | « app/text_elider.h ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698