| Index: chrome/renderer/render_thread.h
|
| ===================================================================
|
| --- chrome/renderer/render_thread.h (revision 13181)
|
| +++ chrome/renderer/render_thread.h (working copy)
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/common/child_thread.h"
|
| #include "chrome/renderer/renderer_histogram_snapshots.h"
|
|
|
| +class AppCacheDispatcher;
|
| class FilePath;
|
| class NotificationService;
|
| class RenderDnsMaster;
|
| @@ -148,6 +149,8 @@
|
|
|
| scoped_ptr<RendererWebKitClientImpl> webkit_client_;
|
|
|
| + scoped_ptr<AppCacheDispatcher> app_cache_dispatcher_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RenderThread);
|
| };
|
|
|
|
|