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

Unified Diff: chrome/browser/translate/translate_manager_browsertest.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/translate/translate_manager_browsertest.cc
===================================================================
--- chrome/browser/translate/translate_manager_browsertest.cc (revision 140247)
+++ chrome/browser/translate/translate_manager_browsertest.cc (working copy)
@@ -36,7 +36,7 @@
#include "content/public/browser/web_contents.h"
#include "content/public/test/mock_notification_observer.h"
#include "content/public/test/mock_render_process_host.h"
-#include "content/test/render_view_test.h"
+#include "content/public/test/render_view_test.h"
#include "content/test/test_browser_thread.h"
#include "content/test/test_renderer_host.h"
#include "content/test/test_renderer_host.h"
@@ -167,7 +167,7 @@
protected:
virtual void SetUp() {
- WebKit::initialize(&webkit_platform_support_);
+ WebKit::initialize(webkit_platform_support_.Get());
// Access the TranslateManager singleton so it is created before we call
// TabContentsWrapperTestHarness::SetUp() to match what's done in Chrome,
// where the TranslateManager is created before the WebContents. This
« no previous file with comments | « chrome/browser/sessions/tab_restore_service_browsertest.cc ('k') | chrome/browser/ui/views/ash/window_positioner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698