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

Unified Diff: chrome/browser/ui/cocoa/notifications/xpc_service_main.mm

Issue 2396363002: Add missing include in the alert xpc service (Closed)
Patch Set: Created 4 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 | « 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/ui/cocoa/notifications/xpc_service_main.mm
diff --git a/chrome/browser/ui/cocoa/notifications/xpc_service_main.mm b/chrome/browser/ui/cocoa/notifications/xpc_service_main.mm
index 0dd94b34f7bd15ec127ee03b308cf4aea3dd6434..f36fe9b78ca1e3cafec8d0dfdd909812480e5c2c 100644
--- a/chrome/browser/ui/cocoa/notifications/xpc_service_main.mm
+++ b/chrome/browser/ui/cocoa/notifications/xpc_service_main.mm
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#import <Foundation/Foundation.h>
+#include <xpc/xpc.h>
#include "base/mac/scoped_nsobject.h"
#import "chrome/browser/ui/cocoa/notifications/notification_service_delegate.h"
« 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