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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 775313002: Tweak NSUserActivity forward declaration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused declarations Created 6 years 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 | « base/mac/sdk_forward_declarations.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index f234859d815687b6b0dabd654fc198d6c8c3d898..2e2dfe57e200c64a0cff295ef819aeefefa3b63b 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -1621,7 +1621,7 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
UMA_HISTOGRAM_ENUMERATION(
"OSX.Handoff.Origin", origin, handoff::ORIGIN_COUNT);
- NSURL* url = userActivity.webPageURL;
+ NSURL* url = userActivity.webpageURL;
if (!url)
return NO;
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698