| Index: app/test_suite.h
|
| ===================================================================
|
| --- app/test_suite.h (revision 62899)
|
| +++ app/test_suite.h (working copy)
|
| @@ -14,7 +14,7 @@
|
| #if defined(OS_MACOSX)
|
| #include "base/mac_util.h"
|
| #endif
|
| -#include "base/scoped_nsautorelease_pool.h"
|
| +#include "base/mac/scoped_nsautorelease_pool.h"
|
| #include "base/test/test_suite.h"
|
|
|
| class AppTestSuite : public base::TestSuite {
|
| @@ -25,7 +25,7 @@
|
| protected:
|
|
|
| virtual void Initialize() {
|
| - base::ScopedNSAutoreleasePool autorelease_pool;
|
| + base::mac::ScopedNSAutoreleasePool autorelease_pool;
|
|
|
| TestSuite::Initialize();
|
|
|
|
|