Index: chrome/browser/cocoa/content_exceptions_window_controller_unittest.mm |
=================================================================== |
--- chrome/browser/cocoa/content_exceptions_window_controller_unittest.mm (revision 62899) |
+++ chrome/browser/cocoa/content_exceptions_window_controller_unittest.mm (working copy) |
@@ -17,7 +17,7 @@ |
void ProcessEvents() { |
for (;;) { |
- base::ScopedNSAutoreleasePool pool; |
+ base::mac::ScopedNSAutoreleasePool pool; |
NSEvent* next_event = [NSApp nextEventMatchingMask:NSAnyEventMask |
untilDate:nil |
inMode:NSDefaultRunLoopMode |