| Index: mojo/shell/app_container.h
|
| diff --git a/mojo/shell/app_container.h b/mojo/shell/app_container.h
|
| index cc3ab001bdbbb1a120f53e95287ae4024735fc95..6fa714566b04a835d69c3db52820b200942a5bdd 100644
|
| --- a/mojo/shell/app_container.h
|
| +++ b/mojo/shell/app_container.h
|
| @@ -6,10 +6,12 @@
|
| #define MOJO_SHELL_APP_CONTAINER_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "mojo/public/system/core.h"
|
|
|
| namespace base {
|
| +class FilePath;
|
| class Thread;
|
| }
|
|
|
|
|