| Index: chrome/browser/renderer_host/web_cache_manager.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/web_cache_manager.cc (revision 91771)
|
| +++ chrome/browser/renderer_host/web_cache_manager.cc (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/common/chrome_constants.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "content/browser/renderer_host/browser_render_process_host.h"
|
| @@ -142,7 +143,7 @@
|
| // &stats_details is only valid during the notification.
|
| // See notification_types.h.
|
| NotificationService::current()->Notify(
|
| - NotificationType::WEB_CACHE_STATS_OBSERVED,
|
| + chrome::WEB_CACHE_STATS_OBSERVED,
|
| Source<RenderProcessHost>(RenderProcessHost::FromID(renderer_id)),
|
| Details<WebCache::UsageStats>(&stats_details));
|
| }
|
|
|