| Index: content/common/chrome_application_mac.mm
|
| ===================================================================
|
| --- content/common/chrome_application_mac.mm (revision 107815)
|
| +++ content/common/chrome_application_mac.mm (working copy)
|
| @@ -17,8 +17,8 @@
|
| + (NSApplication*)sharedApplication {
|
| NSApplication* app = [super sharedApplication];
|
| if (![NSApp isKindOfClass:self]) {
|
| - DLOG(ERROR) << "NSApp should be of type " << [[self className] UTF8String]
|
| - << ", not " << [[NSApp className] UTF8String];
|
| + LOG(ERROR) << "NSApp should be of type " << [[self className] UTF8String]
|
| + << ", not " << [[NSApp className] UTF8String];
|
| DCHECK(false) << "NSApp is of wrong type";
|
| }
|
| return app;
|
|
|