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 2a99a9d89a844b7dd63d91ef92eee2b85a8cf5fb..81a89e1f0c87914a120a5f2e10984a292b624e4f 100644 |
--- a/chrome/browser/notifications/desktop_notifications_unittest.h |
+++ b/chrome/browser/notifications/desktop_notifications_unittest.h |
@@ -17,13 +17,10 @@ |
#include "chrome/browser/notifications/notification_ui_manager.h" |
#include "chrome/test/base/testing_pref_service.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "content/test/render_view_test.h" |
#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; |
@@ -117,7 +114,7 @@ class DesktopNotificationsTest : public testing::Test { |
// Real DesktopNotificationService |
scoped_ptr<DesktopNotificationService> service_; |
-#if defined(USE_AURA) && defined(USE_WEBKIT_COMPOSITOR) |
+#if defined(USE_AURA) |
content::RenderViewTest::RendererWebKitPlatformSupportImplNoSandbox |
webkit_platform_support_; |
#endif |