summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/gtk/tabs/tab_gtk.h6
-rw-r--r--chrome/browser/gtk/tabs/tab_renderer_gtk.h6
-rw-r--r--chrome/browser/gtk/tabs/tab_strip_gtk.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/chrome/browser/gtk/tabs/tab_gtk.h b/chrome/browser/gtk/tabs/tab_gtk.h
index c63e046..07a853e 100644
--- a/chrome/browser/gtk/tabs/tab_gtk.h
+++ b/chrome/browser/gtk/tabs/tab_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_VIEWS_GTK_TABS_TAB_GTK_H_
-#define CHROME_BROWSER_VIEWS_GTK_TABS_TAB_GTK_H_
+#ifndef CHROME_BROWSER_GTK_TABS_TAB_GTK_H_
+#define CHROME_BROWSER_GTK_TABS_TAB_GTK_H_
#include "base/basictypes.h"
#include "chrome/browser/gtk/tabs/tab_renderer_gtk.h"
@@ -89,4 +89,4 @@ class TabGtk : public TabRendererGtk {
DISALLOW_COPY_AND_ASSIGN(TabGtk);
};
-#endif // CHROME_BROWSER_VIEWS_GTK_TABS_TAB_GTK_H_
+#endif // CHROME_BROWSER_GTK_TABS_TAB_GTK_H_
diff --git a/chrome/browser/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
index ce03cad..28e1b911 100644
--- a/chrome/browser/gtk/tabs/tab_renderer_gtk.h
+++ b/chrome/browser/gtk/tabs/tab_renderer_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_VIEWS_GTK_TABS_TAB_RENDERER_GTK_H_
-#define CHROME_BROWSER_VIEWS_GTK_TABS_TAB_RENDERER_GTK_H_
+#ifndef CHROME_BROWSER_GTK_TABS_TAB_RENDERER_GTK_H_
+#define CHROME_BROWSER_GTK_TABS_TAB_RENDERER_GTK_H_
#include <gtk/gtk.h>
@@ -172,4 +172,4 @@ class TabRendererGtk {
DISALLOW_COPY_AND_ASSIGN(TabRendererGtk);
};
-#endif // CHROME_BROWSER_VIEWS_GTK_TABS_TAB_RENDERER_GTK_H_
+#endif // CHROME_BROWSER_GTK_TABS_TAB_RENDERER_GTK_H_
diff --git a/chrome/browser/gtk/tabs/tab_strip_gtk.h b/chrome/browser/gtk/tabs/tab_strip_gtk.h
index b79aa325..e4dfcad 100644
--- a/chrome/browser/gtk/tabs/tab_strip_gtk.h
+++ b/chrome/browser/gtk/tabs/tab_strip_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_TAB_STRIP_GTK_H_
-#define CHROME_BROWSER_GTK_TAB_STRIP_GTK_H_
+#ifndef CHROME_BROWSER_GTK_TABS_TAB_STRIP_GTK_H_
+#define CHROME_BROWSER_GTK_TABS_TAB_STRIP_GTK_H_
#include <gtk/gtk.h>
#include <vector>
@@ -154,4 +154,4 @@ class TabStripGtk : public TabStripModelObserver,
int hover_index_;
};
-#endif // CHROME_BROWSER_GTK_TAB_STRIP_GTK_H_
+#endif // CHROME_BROWSER_GTK_TABS_TAB_STRIP_GTK_H_