| Index: chrome/browser/chromeos/login/owner_manager.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/owner_manager.h (revision 109585)
|
| +++ chrome/browser/chromeos/login/owner_manager.h (working copy)
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_CHROMEOS_LOGIN_OWNER_MANAGER_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| @@ -14,8 +15,6 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "crypto/rsa_private_key.h"
|
|
|
| -class FilePath;
|
| -
|
| namespace content {
|
| class NotificationDetails;
|
| }
|
|
|