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

Unified Diff: chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm

Issue 11361133: roll clang 165787:167488 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: old flag Created 8 years, 1 month 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 | « build/common.gypi ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm b/chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm
index f9d08caf48116fd9865a25d8d133027549a19bd6..a1bec723a503aa69be150fd92bf5f9bfc0cd6504 100644
--- a/chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm
@@ -28,7 +28,7 @@
return self;
}
-- (void)openURLForItem:(HistoryMenuBridge::HistoryItem*)item {
+- (void)openURLForItem:(const HistoryMenuBridge::HistoryItem*)item {
opened_[item->session_id] = YES;
}
« no previous file with comments | « build/common.gypi ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698