Index: base/test/test_suite.cc |
=================================================================== |
--- base/test/test_suite.cc (revision 62899) |
+++ base/test/test_suite.cc (working copy) |
@@ -13,10 +13,10 @@ |
#include "base/file_path.h" |
#include "base/i18n/icu_util.h" |
#include "base/logging.h" |
+#include "base/mac/scoped_nsautorelease_pool.h" |
#include "base/nss_util.h" |
#include "base/path_service.h" |
#include "base/process_util.h" |
-#include "base/scoped_nsautorelease_pool.h" |
#include "base/scoped_ptr.h" |
#include "base/test/multiprocess_test.h" |
#include "base/test/test_timeouts.h" |
@@ -113,7 +113,7 @@ |
// Don't add additional code to this method. Instead add it to |
// Initialize(). See bug 6436. |
int TestSuite::Run() { |
- base::ScopedNSAutoreleasePool scoped_pool; |
+ base::mac::ScopedNSAutoreleasePool scoped_pool; |
Initialize(); |
std::string client_func = |