summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/status_bubble_gtk.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 13:44:21 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 13:44:21 +0000
commitebd49b19aafad701860adf8e1e145448ef8d13e5 (patch)
treed1cc8cbcf0cb79c27745f5f83d1d78e72aa11892 /chrome/browser/gtk/status_bubble_gtk.h
parent9e6e2734e03081ee95f450dab6215e2149256389 (diff)
downloadchromium_src-ebd49b19aafad701860adf8e1e145448ef8d13e5.zip
chromium_src-ebd49b19aafad701860adf8e1e145448ef8d13e5.tar.gz
chromium_src-ebd49b19aafad701860adf8e1e145448ef8d13e5.tar.bz2
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
Diffstat (limited to 'chrome/browser/gtk/status_bubble_gtk.h')
-rw-r--r--chrome/browser/gtk/status_bubble_gtk.h8
1 files changed, 4 insertions, 4 deletions
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 <string>
@@ -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_