From ebd49b19aafad701860adf8e1e145448ef8d13e5 Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 3 Mar 2009 13:44:21 +0000 Subject: Fix some include guards in browser/gtk. Review URL: http://codereview.chromium.org/39012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10789 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/status_bubble_gtk.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/browser/gtk/status_bubble_gtk.h') diff --git a/chrome/browser/gtk/status_bubble_gtk.h b/chrome/browser/gtk/status_bubble_gtk.h index 8135811..83488f2 100644 --- a/chrome/browser/gtk/status_bubble_gtk.h +++ b/chrome/browser/gtk/status_bubble_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_STATUS_BUBBLE_GTK_H_ -#define CHROME_BROWSER_STATUS_BUBBLE_GTK_H_ +#ifndef CHROME_BROWSER_GTK_STATUS_BUBBLE_GTK_H_ +#define CHROME_BROWSER_GTK_STATUS_BUBBLE_GTK_H_ #include @@ -40,8 +40,8 @@ class StatusBubbleGtk : public StatusBubble { // NULL when we're not showing. GtkWidget* window_; - // The GtkLabel holding the text. + // The GtkLabel holding the text./ GtkWidget* label_; }; -#endif // #ifndef CHROME_BROWSER_STATUS_BUBBLE_GTK_H_ +#endif // #ifndef CHROME_BROWSER_GTK_STATUS_BUBBLE_GTK_H_ -- cgit v1.1