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

Unified Diff: chrome/browser/gtk/bookmark_context_menu_gtk.h

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 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
Index: chrome/browser/gtk/bookmark_context_menu_gtk.h
diff --git a/chrome/browser/gtk/bookmark_context_menu_gtk.h b/chrome/browser/gtk/bookmark_context_menu_gtk.h
index 3680c6504ba7897845a8dee5e3080e6121c41eab..faa4bede724eb47188fe1b6f2ed5e07736159835 100644
--- a/chrome/browser/gtk/bookmark_context_menu_gtk.h
+++ b/chrome/browser/gtk/bookmark_context_menu_gtk.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_
-#define CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_
+#ifndef CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_GTK_H_
+#define CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_GTK_H_
#include <vector>
@@ -138,4 +138,4 @@ class BookmarkContextMenuGtk : public BookmarkModelObserver,
DISALLOW_COPY_AND_ASSIGN(BookmarkContextMenuGtk);
};
-#endif // CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_
+#endif // CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_GTK_H_

Powered by Google App Engine
This is Rietveld 408576698