Chromium Code Reviews| Index: content/child/webkitplatformsupport_child_impl.h |
| diff --git a/content/child/webkitplatformsupport_child_impl.h b/content/child/webkitplatformsupport_child_impl.h |
| index ad3810c1808c0abfda4c1a63b63f60fd6e327a1d..f76bccc60bd90df2631dce527bfcaae35d811161 100644 |
| --- a/content/child/webkitplatformsupport_child_impl.h |
| +++ b/content/child/webkitplatformsupport_child_impl.h |
| @@ -6,8 +6,8 @@ |
| #define CONTENT_CHILD_WEBKITPLATFORMSUPPORT_CHILD_IMPL_H_ |
| #include "base/threading/thread_local_storage.h" |
| +#include "content/child/webfallbackthemeengine_impl.h" |
| #include "content/common/content_export.h" |
| -#include "webkit/child/webfallbackthemeengine_impl.h" |
| #include "webkit/child/webkit_child_export.h" |
| #include "webkit/child/webkitplatformsupport_impl.h" |
| @@ -65,7 +65,7 @@ class CONTENT_EXPORT WebKitPlatformSupportChildImpl : |
| static void DestroyCurrentThread(void*); |
| WebThemeEngineImpl native_theme_engine_; |
| - webkit_glue::WebFallbackThemeEngineImpl fallback_theme_engine_; |
| + content::WebFallbackThemeEngineImpl fallback_theme_engine_; |
|
jamesr
2014/02/11 20:58:14
you're already in namespace content
|
| base::ThreadLocalStorage::Slot current_thread_slot_; |
| scoped_ptr<webkit_glue::FlingCurveConfiguration> fling_curve_configuration_; |
| }; |