Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7984)

Unified Diff: chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc

Issue 6598057: Split infobar_delegate.[cc,h] into separate pieces for the different classes defined within, so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc
diff --git a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc
index e1a3608256bd30082d9d7437da734af8ccc11a14..76aff3b52aa89082e505b6d2e40aef7819f7829c 100644
--- a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc
+++ b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc
@@ -11,7 +11,6 @@
#include "base/command_line.h"
#include "chrome/browser/browser_window.h"
#include "chrome/browser/platform_util.h"
-#include "chrome/browser/tab_contents/infobar_delegate.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/ui/gtk/browser_window_gtk.h"
#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
@@ -19,6 +18,7 @@
#include "chrome/browser/ui/gtk/infobars/infobar_gtk.h"
#include "chrome/common/notification_details.h"
#include "chrome/common/notification_source.h"
+#include "content/browser/tab_contents/infobar_delegate.h"
#include "third_party/skia/include/core/SkPaint.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698