Index: chrome/tools/profiles/generate_profile.cc |
=================================================================== |
--- chrome/tools/profiles/generate_profile.cc (revision 106380) |
+++ chrome/tools/profiles/generate_profile.cc (working copy) |
@@ -24,7 +24,7 @@ |
#include "chrome/common/thumbnail_score.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/browser/browser_thread.h" |
-#include "content/common/notification_service.h" |
+#include "content/browser/notification_service_impl.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "ui/base/ui_base_paths.h" |
@@ -233,7 +233,7 @@ |
chrome::RegisterPathProvider(); |
ui::RegisterPathProvider(); |
ResourceBundle::InitSharedInstance("en-US"); |
- NotificationService notification_service; |
+ NotificationServiceImpl notification_service; |
MessageLoopForUI message_loop; |
BrowserThread ui_thread(BrowserThread::UI, &message_loop); |
BrowserThread db_thread(BrowserThread::DB, &message_loop); |