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

Unified Diff: chrome/browser/ui/views/theme_install_bubble_view.cc

Issue 5783006: Cleanup: Remove unneeded includes of notification_service.h in other headers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/views/theme_install_bubble_view.cc
===================================================================
--- chrome/browser/ui/views/theme_install_bubble_view.cc (revision 69103)
+++ chrome/browser/ui/views/theme_install_bubble_view.cc (working copy)
@@ -7,6 +7,7 @@
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
#include "chrome/browser/tab_contents/tab_contents.h"
+#include "chrome/common/notification_service.h"
#include "gfx/canvas_skia.h"
#include "grit/generated_resources.h"
#include "views/widget/widget.h"
@@ -24,7 +25,7 @@
// track of number of loads happening. Close bubble when num_loads < 1.
static int num_loads_extant_ = 0;
-}
+} // namespace
ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents)
: popup_(NULL) {
@@ -162,4 +163,3 @@
if (num_loads_extant_ < 2)
new ThemeInstallBubbleView(tab_contents);
}
-
« no previous file with comments | « chrome/browser/ui/views/theme_install_bubble_view.h ('k') | chrome/test/live_sync/live_sessions_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698