| Index: ui/views/examples/content_client/examples_main_delegate.h
|
| diff --git a/ui/views/examples/content_client/examples_main_delegate.h b/ui/views/examples/content_client/examples_main_delegate.h
|
| index 79452235145f22b225a42def3abe8b5e118b01d4..c3ada786c07126f7b02f796cc7318feaf158948e 100644
|
| --- a/ui/views/examples/content_client/examples_main_delegate.h
|
| +++ b/ui/views/examples/content_client/examples_main_delegate.h
|
| @@ -6,10 +6,13 @@
|
| #define UI_VIEWS_EXAMPLES_CONTENT_CLIENT_EXAMPLES_MAIN_DELEGATE_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| +#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/shell/shell_content_client.h"
|
| #include "content/public/app/content_main_delegate.h"
|
| +#include "content/shell/shell_content_client.h"
|
|
|
| namespace content {
|
| class ShellContentRendererClient;
|
|
|