| Index: chrome/browser/user_style_sheet_watcher.cc
|
| ===================================================================
|
| --- chrome/browser/user_style_sheet_watcher.cc (revision 91771)
|
| +++ chrome/browser/user_style_sheet_watcher.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/base64.h"
|
| #include "base/file_util.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "content/common/notification_service.h"
|
| #include "content/common/notification_type.h"
|
|
|
| @@ -77,7 +78,7 @@
|
| void UserStyleSheetLoader::NotifyLoaded() {
|
| if (has_loaded_) {
|
| NotificationService::current()->Notify(
|
| - NotificationType::USER_STYLE_SHEET_UPDATED,
|
| + chrome::USER_STYLE_SHEET_UPDATED,
|
| Source<UserStyleSheetLoader>(this),
|
| NotificationService::NoDetails());
|
| }
|
|
|