Chromium Code Reviews| Index: base/mac/foundation_util.mm |
| diff --git a/base/mac/foundation_util.mm b/base/mac/foundation_util.mm |
| index 891ec13dfc4459e1c2dec71cd014cd676a0fbc3b..ce30a161b7270dc6527f864c405a81a56a579428 100644 |
| --- a/base/mac/foundation_util.mm |
| +++ b/base/mac/foundation_util.mm |
| @@ -46,7 +46,7 @@ static bool UncachedAmIBundled() { |
| bool AmIBundled() { |
| // If the return value is not cached, this function will return different |
| - // values depending on when it's called. This confuses some client code, see |
| + // values depending on when its called. This confuses some client code, see |
|
gavinp
2012/03/30 01:16:30
The original is correct here.
|
| // http://crbug.com/63183 . |
| static bool result = UncachedAmIBundled(); |
| DCHECK_EQ(result, UncachedAmIBundled()) |