| Index: chrome/browser/extensions/api/identity/account_tracker.cc
|
| diff --git a/chrome/browser/extensions/api/identity/account_tracker.cc b/chrome/browser/extensions/api/identity/account_tracker.cc
|
| index 54d6282732e28082ca6db9cdb72655c6d09ab466..d5d80cead1e8b9b45a7278aeaeeaf925a7e47728 100644
|
| --- a/chrome/browser/extensions/api/identity/account_tracker.cc
|
| +++ b/chrome/browser/extensions/api/identity/account_tracker.cc
|
| @@ -8,12 +8,12 @@
|
| #include "base/stl_util.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager_base.h"
|
| #include "content/public/browser/notification_details.h"
|
| +#include "extensions/browser/extension_system.h"
|
|
|
| namespace extensions {
|
|
|
|
|