| Index: chrome/browser/ui/gtk/options/content_exceptions_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/options/content_exceptions_window_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/options/content_exceptions_window_gtk.h (working copy)
|
| @@ -10,13 +10,13 @@
|
|
|
| #include <string>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/content_exceptions_table_model.h"
|
| #include "chrome/browser/ui/gtk/gtk_tree.h"
|
| #include "chrome/browser/ui/gtk/options/content_exception_editor.h"
|
| #include "chrome/common/content_settings.h"
|
| #include "chrome/common/content_settings_types.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| class HostContentSettingsMap;
|
|
|
|
|