| Index: chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h b/chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h
|
| index 1af0a7534672d2d3c271b9f1184f39b848e1a85e..d994e2cf15637151e3860ce5d6cf8b0397d0c005 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h
|
| +++ b/chrome/browser/ui/cocoa/content_settings/cookie_tree_node.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_CONTENT_SETTINGS_COOKIE_TREE_NODE_H_
|
| +#define CHROME_BROWSER_UI_COCOA_CONTENT_SETTINGS_COOKIE_TREE_NODE_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| @@ -35,3 +38,5 @@
|
| - (CocoaCookieDetails*)details;
|
|
|
| @end
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_CONTENT_SETTINGS_COOKIE_TREE_NODE_H_
|
|
|