| 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
|
|
|