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

Unified Diff: chrome/browser/ui/cocoa/bubble_view.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/bubble_view.h
diff --git a/chrome/browser/ui/cocoa/bubble_view.h b/chrome/browser/ui/cocoa/bubble_view.h
index 12c89f42e599a282ee8753a3013144cacf7d324e..c47a75619680c3f84bf6b9c389954d6ec8c418fd 100644
--- a/chrome/browser/ui/cocoa/bubble_view.h
+++ b/chrome/browser/ui/cocoa/bubble_view.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_BUBBLE_VIEW_H_
+#define CHROME_BROWSER_UI_COCOA_BUBBLE_VIEW_H_
+
#import <Cocoa/Cocoa.h>
#include "base/mac/scoped_nsobject.h"
@@ -66,3 +69,5 @@ enum {
- (NSString*)content;
- (unsigned long)cornerFlags;
@end
+
+#endif // CHROME_BROWSER_UI_COCOA_BUBBLE_VIEW_H_
« no previous file with comments | « chrome/browser/ui/cocoa/bubble_combobox.h ('k') | chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698