Index: chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
diff --git a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
index 2bfeb27ab34324d341991cc8d1e49288de47039d..eb9e513f8200dbb5f10c5c2621c7c630bf1fbcad 100644 |
--- a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
+++ b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -23,7 +23,6 @@ typedef struct _GtkWidget GtkWidget; |
typedef struct _GtkWindow GtkWindow; |
class Extension; |
-class TabContents; |
class TabContentsWrapper; |
class CreateApplicationShortcutsDialogGtk |