 Chromium Code Reviews
 Chromium Code Reviews Issue 8342048:
  Make NotificationService an interface in the content namespace, and switch callers to use it. Mov...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 8342048:
  Make NotificationService an interface in the content namespace, and switch callers to use it. Mov...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: chrome/browser/metrics/thread_watcher.cc | 
| =================================================================== | 
| --- chrome/browser/metrics/thread_watcher.cc (revision 106237) | 
| +++ chrome/browser/metrics/thread_watcher.cc (working copy) | 
| @@ -15,7 +15,6 @@ | 
| #include "chrome/common/chrome_switches.h" | 
| #include "chrome/common/chrome_version_info.h" | 
| #include "chrome/common/logging_chrome.h" | 
| -#include "content/common/notification_service.h" | 
| #if defined(OS_WIN) | 
| #include "base/win/windows_version.h" |