| Index: ui/base/text/text_elider.cc
|
| diff --git a/ui/base/text/text_elider.cc b/ui/base/text/text_elider.cc
|
| index 7d7194af0df4e37d285a7b92809af9045a3c793f..b64599244463245197bc582bad1bcdf6905faa49 100644
|
| --- a/ui/base/text/text_elider.cc
|
| +++ b/ui/base/text/text_elider.cc
|
| @@ -5,7 +5,7 @@
|
| // This file implements utility functions for eliding and formatting UI text.
|
| //
|
| // Note that several of the functions declared in text_elider.h are implemented
|
| -// in this file using helper classes in the anonymous namespace.
|
| +// in this file using helper classes in an unnamed namespace.
|
|
|
| #include "ui/base/text/text_elider.h"
|
|
|
|
|