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

Unified Diff: chrome/tools/mac_helpers/infoplist_strings_util.mm

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
« no previous file with comments | « chrome/test/unit/chrome_test_suite.cc ('k') | gfx/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/mac_helpers/infoplist_strings_util.mm
===================================================================
--- chrome/tools/mac_helpers/infoplist_strings_util.mm (revision 62899)
+++ chrome/tools/mac_helpers/infoplist_strings_util.mm (working copy)
@@ -13,7 +13,7 @@
#include "base/data_pack.h"
#include "base/file_path.h"
-#include "base/scoped_nsautorelease_pool.h"
+#include "base/mac/scoped_nsautorelease_pool.h"
#include "base/scoped_ptr.h"
#include "base/string_piece.h"
#include "base/string_util.h"
@@ -134,7 +134,7 @@
} // namespace
int main(int argc, char* const argv[]) {
- base::ScopedNSAutoreleasePool autorelease_pool;
+ base::mac::ScopedNSAutoreleasePool autorelease_pool;
const char* version_file_path = NULL;
const char* grit_output_dir = NULL;
« no previous file with comments | « chrome/test/unit/chrome_test_suite.cc ('k') | gfx/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698