| Index: base/message_pump_default.cc
|
| ===================================================================
|
| --- base/message_pump_default.cc (revision 62899)
|
| +++ base/message_pump_default.cc (working copy)
|
| @@ -5,7 +5,7 @@
|
| #include "base/message_pump_default.h"
|
|
|
| #include "base/logging.h"
|
| -#include "base/scoped_nsautorelease_pool.h"
|
| +#include "base/mac/scoped_nsautorelease_pool.h"
|
|
|
| namespace base {
|
|
|
| @@ -18,7 +18,7 @@
|
| DCHECK(keep_running_) << "Quit must have been called outside of Run!";
|
|
|
| for (;;) {
|
| - ScopedNSAutoreleasePool autorelease_pool;
|
| + mac::ScopedNSAutoreleasePool autorelease_pool;
|
|
|
| bool did_work = delegate->DoWork();
|
| if (!keep_running_)
|
|
|