| Index: chrome/browser/notifications/desktop_notifications_unittest.h
|
| diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h
|
| index 63123aec9a49e1accaa3ca8186687db8794b12b9..2a99a9d89a844b7dd63d91ef92eee2b85a8cf5fb 100644
|
| --- a/chrome/browser/notifications/desktop_notifications_unittest.h
|
| +++ b/chrome/browser/notifications/desktop_notifications_unittest.h
|
| @@ -20,6 +20,10 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#if defined(USE_AURA) && defined(USE_WEBKIT_COMPOSITOR)
|
| +#include "content/test/render_view_test.h"
|
| +#endif
|
| +
|
| class DesktopNotificationsTest;
|
| typedef LoggingNotificationDelegate<DesktopNotificationsTest>
|
| LoggingNotificationProxy;
|
| @@ -113,6 +117,11 @@ class DesktopNotificationsTest : public testing::Test {
|
| // Real DesktopNotificationService
|
| scoped_ptr<DesktopNotificationService> service_;
|
|
|
| +#if defined(USE_AURA) && defined(USE_WEBKIT_COMPOSITOR)
|
| + content::RenderViewTest::RendererWebKitPlatformSupportImplNoSandbox
|
| + webkit_platform_support_;
|
| +#endif
|
| +
|
| // Contains the cumulative output of the unit test.
|
| static std::string log_output_;
|
| };
|
|
|