summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tab_contents_container_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 21:39:07 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 21:39:07 +0000
commit406c913ffa55edfe40c707760ae4b64c4f37fe65 (patch)
tree68d4459f1de5c8794d05656f90c7b3349df1a331 /chrome/browser/gtk/tab_contents_container_gtk.h
parent1e1f5b25219fba0e0531fd1c118b0acb4ddf4e8f (diff)
downloadchromium_src-406c913ffa55edfe40c707760ae4b64c4f37fe65.zip
chromium_src-406c913ffa55edfe40c707760ae4b64c4f37fe65.tar.gz
chromium_src-406c913ffa55edfe40c707760ae4b64c4f37fe65.tar.bz2
Enable focus-change via tabbing on Linux.
Review URL: http://codereview.chromium.org/28248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/tab_contents_container_gtk.h')
-rw-r--r--chrome/browser/gtk/tab_contents_container_gtk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/gtk/tab_contents_container_gtk.h b/chrome/browser/gtk/tab_contents_container_gtk.h
index 927f1f6..c8868b6 100644
--- a/chrome/browser/gtk/tab_contents_container_gtk.h
+++ b/chrome/browser/gtk/tab_contents_container_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_CONTENTS_CONTAINER_GTK_H__
-#define CHROME_BROWSER_GTK_TAB_CONTENTS_CONTAINER_GTK_H__
+#ifndef CHROME_BROWSER_GTK_TAB_CONTENTS_CONTAINER_GTK_H_
+#define CHROME_BROWSER_GTK_TAB_CONTENTS_CONTAINER_GTK_H_
#include <gtk/gtk.h>
@@ -53,7 +53,7 @@ class TabContentsContainerGtk : public NotificationObserver {
// vbox_.
GtkWidget* vbox_;
- DISALLOW_EVIL_CONSTRUCTORS(TabContentsContainerGtk);
+ DISALLOW_COPY_AND_ASSIGN(TabContentsContainerGtk);
};
-#endif // CHROME_BROWSER_GTK_TAB_CONTENTS_CONTAINER_GTK_H__
+#endif // CHROME_BROWSER_GTK_TAB_CONTENTS_CONTAINER_GTK_H_