| Index: chrome/browser/supervised_user/supervised_user_service.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
|
| index baa419f7f3d22674503d73757805949642959aac..2d5caa162512eb1549d7ce50a3e5f27355b196ad 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_service.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_service.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SERVICE_H_
|
| #define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SERVICE_H_
|
|
|
| +#include <map>
|
| #include <set>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| @@ -324,9 +326,6 @@ class SupervisedUserService : public KeyedService,
|
| // Used to create permission requests.
|
| scoped_ptr<PermissionRequestCreator> permissions_creator_;
|
|
|
| - // True iff we are waiting for a permission request to be issued.
|
| - bool waiting_for_permissions_;
|
| -
|
| base::WeakPtrFactory<SupervisedUserService> weak_ptr_factory_;
|
| };
|
|
|
|
|