Index: chrome/browser/extensions/image_loading_tracker_unittest.cc |
=================================================================== |
--- chrome/browser/extensions/image_loading_tracker_unittest.cc (revision 91968) |
+++ chrome/browser/extensions/image_loading_tracker_unittest.cc (working copy) |
@@ -5,6 +5,7 @@ |
#include "base/message_loop.h" |
#include "base/path_service.h" |
#include "chrome/browser/extensions/image_loading_tracker.h" |
+#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_icon_set.h" |
@@ -12,7 +13,6 @@ |
#include "content/browser/browser_thread.h" |
#include "content/common/json_value_serializer.h" |
#include "content/common/notification_service.h" |
-#include "content/common/notification_type.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/gfx/size.h" |
@@ -163,7 +163,7 @@ |
UnloadedExtensionInfo details(extension.get(), |
UnloadedExtensionInfo::UNINSTALL); |
NotificationService::current()->Notify( |
- NotificationType::EXTENSION_UNLOADED, |
+ chrome::NOTIFICATION_EXTENSION_UNLOADED, |
NotificationService::AllSources(), |
Details<UnloadedExtensionInfo>(&details)); |