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

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

Issue 11377020: Revert 166365 - roll clang 165787:167488 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm (revision 166368)
+++ chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm (working copy)
@@ -28,7 +28,7 @@
return self;
}
-- (void)openURLForItem:(const HistoryMenuBridge::HistoryItem*)item {
+- (void)openURLForItem:(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