Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4342)

Unified Diff: chrome/test/unit/chrome_test_suite.cc

Issue 3828009: Move scoped_nsdisable_screen_update from base to app/mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/unit/chrome_test_suite.cc
===================================================================
--- chrome/test/unit/chrome_test_suite.cc (revision 62899)
+++ chrome/test/unit/chrome_test_suite.cc (working copy)
@@ -7,9 +7,9 @@
#include "app/app_paths.h"
#include "app/resource_bundle.h"
#include "base/command_line.h"
+#include "base/mac/scoped_nsautorelease_pool.h"
#include "base/metrics/stats_table.h"
#include "base/process_util.h"
-#include "base/scoped_nsautorelease_pool.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/browser_process.h"
#include "chrome/common/chrome_constants.h"
@@ -85,7 +85,7 @@
}
void ChromeTestSuite::Initialize() {
- base::ScopedNSAutoreleasePool autorelease_pool;
+ base::mac::ScopedNSAutoreleasePool autorelease_pool;
base::TestSuite::Initialize();
« no previous file with comments | « chrome/test/test_launcher/out_of_proc_test_runner.cc ('k') | chrome/tools/mac_helpers/infoplist_strings_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698