| Index: chrome/browser/background_page_tracker.cc
|
| ===================================================================
|
| --- chrome/browser/background_page_tracker.cc (revision 70702)
|
| +++ chrome/browser/background_page_tracker.cc (working copy)
|
| @@ -4,7 +4,9 @@
|
|
|
| #include "chrome/browser/background_page_tracker.h"
|
|
|
| +#include <set>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/command_line.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -17,7 +19,6 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/notification_type.h"
|
|
|