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

Unified Diff: chrome/browser/cocoa/import_progress_dialog.mm

Issue 2801014: Mac/clang: Fix warning. (Closed)
Patch Set: Created 10 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/import_progress_dialog.mm
diff --git a/chrome/browser/cocoa/import_progress_dialog.mm b/chrome/browser/cocoa/import_progress_dialog.mm
index b8966fd2ff2673cd7b04dd7bad71aa2476f25a2b..83da1d341ffa8041dadf19024523cdfd72b600c3 100644
--- a/chrome/browser/cocoa/import_progress_dialog.mm
+++ b/chrome/browser/cocoa/import_progress_dialog.mm
@@ -54,7 +54,7 @@ NSString* keyForImportItem(importer::ImportItem item) {
- (id)initWithImporterHost:(ImporterHost*)host
browserName:(string16)browserName
observer:(ImportObserver*)observer
- itemsEnabled:(int16)items; {
+ itemsEnabled:(int16)items {
NSString* nib_path =
[mac_util::MainAppBundle() pathForResource:@"ImportProgressDialog"
ofType:@"nib"];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698