Chromium Code Reviews| Index: android_webview/native/aw_contents.h |
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h |
| index 6d0248281d85c58371d218c7d1fca0a16df97a71..3f52bb792f93e61bb14d80c8da602fdda3f23853 100644 |
| --- a/android_webview/native/aw_contents.h |
| +++ b/android_webview/native/aw_contents.h |
| @@ -17,6 +17,8 @@ |
| #include "content/public/browser/android/compositor.h" |
| #include "content/public/browser/javascript_dialogs.h" |
| +class GURL; |
|
benm (inactive)
2013/01/16 01:00:22
needed?
boliu
2013/01/16 01:10:08
Guess not, probably already transitively included.
boliu
2013/01/16 01:58:44
Done.
|
| + |
| typedef void* EGLContext; |
| class TabContents; |