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

Unified Diff: chrome/browser/ui/cocoa/dock_icon.h

Issue 2747693003: Add missing include guards in Cocoa code. (Closed)
Patch Set: Fix nit Created 3 years, 9 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
Index: chrome/browser/ui/cocoa/dock_icon.h
diff --git a/chrome/browser/ui/cocoa/dock_icon.h b/chrome/browser/ui/cocoa/dock_icon.h
index 259171a001bdaacb13c2382fc6f193790e087c10..35b52a2aad33cf5d05d2cfd2fa2df25fd93f5dc8 100644
--- a/chrome/browser/ui/cocoa/dock_icon.h
+++ b/chrome/browser/ui/cocoa/dock_icon.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef CHROME_BROWSER_UI_COCOA_DOCK_ICON_H_
+#define CHROME_BROWSER_UI_COCOA_DOCK_ICON_H_
+
#import <Cocoa/Cocoa.h>
#include "base/time/time.h"
@@ -39,3 +42,5 @@
- (void)setProgress:(float)progress;
@end
+
+#endif // CHROME_BROWSER_UI_COCOA_DOCK_ICON_H_
« no previous file with comments | « chrome/browser/ui/cocoa/custom_frame_view.h ('k') | chrome/browser/ui/cocoa/download/download_item_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698