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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h

Issue 2747693003: Add missing include guards in Cocoa code. (Closed)
Patch Set: 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/bookmarks/bookmark_bar_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
index 565c2a72b8ab27db06c8d4eca357fcd6f9dee2e0..dc05fc9cc8e3f759b58fe932408b718aaf8b257c 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
@@ -1,9 +1,6 @@
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// A simple custom NSView for the bookmark bar used to prevent clicking and
-// dragging from moving the browser window.
#ifndef CHROME_BROWSER_UI_COCOA_BOOKMARKS_BOOKMARK_BAR_VIEW_COCOA_H_
#define CHROME_BROWSER_UI_COCOA_BOOKMARKS_BOOKMARK_BAR_VIEW_COCOA_H_
@@ -12,6 +9,8 @@
#include "base/mac/scoped_nsobject.h"
+// A simple custom NSView for the bookmark bar used to prevent clicking and
+// dragging from moving the browser window.
tapted 2017/03/14 04:45:48 move down to above BookmarkBarView
dominickn 2017/03/14 05:03:12 Done.
tapted 2017/03/14 05:51:47 you moved it too far ;) It doesn't belong above "
dominickn 2017/03/14 05:56:02 Ugh, that's a vision fail. Sending you a follow up
@class BookmarkBarController;
@interface BookmarkBarView : NSView {

Powered by Google App Engine
This is Rietveld 408576698