Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4281)

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.cc

Issue 10497013: Move render_view_test.h header from content\test to content\public\test. This way we can enforce th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/desktop_notifications_unittest.cc
===================================================================
--- chrome/browser/notifications/desktop_notifications_unittest.cc (revision 140247)
+++ chrome/browser/notifications/desktop_notifications_unittest.cc (working copy)
@@ -92,7 +92,7 @@
void DesktopNotificationsTest::SetUp() {
#if defined(USE_ASH)
- WebKit::initialize(&webkit_platform_support_);
+ WebKit::initialize(webkit_platform_support_.Get());
// MockBalloonCollection retrieves information about the screen on creation.
// So it is necessary to make sure the desktop gets created first.
ash::Shell::CreateInstance(NULL);

Powered by Google App Engine
This is Rietveld 408576698