Index: chrome/browser/ui/gtk/options/content_exception_editor.cc |
=================================================================== |
--- chrome/browser/ui/gtk/options/content_exception_editor.cc (revision 72000) |
+++ chrome/browser/ui/gtk/options/content_exception_editor.cc (working copy) |
@@ -5,7 +5,6 @@ |
#include "chrome/browser/ui/gtk/options/content_exception_editor.h" |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/message_loop.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/content_exceptions_table_model.h" |
@@ -14,6 +13,7 @@ |
#include "grit/app_resources.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
+#include "ui/base/resource/resource_bundle.h" |
ContentExceptionEditor::ContentExceptionEditor( |
GtkWindow* parent, |