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

Unified Diff: app/text_elider.h

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/sql/connection.cc ('k') | app/text_elider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/text_elider.h
diff --git a/app/text_elider.h b/app/text_elider.h
index d2a6a73ca99ff63e86a3c5991840da3d1f1c6650..06ebbf0d15134f87dcb2b1f5701212a66eca4c5a 100644
--- a/app/text_elider.h
+++ b/app/text_elider.h
@@ -63,7 +63,8 @@ std::wstring ElideFilename(const FilePath& filename,
class SortedDisplayURL {
public:
SortedDisplayURL(const GURL& url, const std::wstring& languages);
- SortedDisplayURL() {}
+ SortedDisplayURL();
+ ~SortedDisplayURL();
// Compares this SortedDisplayURL to |url| using |collator|. Returns a value
// < 0, = 1 or > 0 as to whether this url is less then, equal to or greater
« no previous file with comments | « app/sql/connection.cc ('k') | app/text_elider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698