| Index: chrome/browser/ui/gtk/gtk_theme_service.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_theme_service.cc (revision 106380)
|
| +++ chrome/browser/ui/gtk/gtk_theme_service.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/browser/user_metrics.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "grit/theme_resources.h"
|
| @@ -338,7 +338,7 @@
|
| void GtkThemeService::InitThemesFor(NotificationObserver* observer) {
|
| observer->Observe(chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
|
| content::Source<ThemeService>(this),
|
| - NotificationService::NoDetails());
|
| + content::NotificationService::NoDetails());
|
| }
|
|
|
| void GtkThemeService::SetTheme(const Extension* extension) {
|
|
|