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

Unified Diff: chrome/test/base/test_browser_window.cc

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index 3175183c14c8286be4fcdf41ee1d0109eade218a..058ef7d1f96481c8418ab0dcb1031268ae72480a 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -26,6 +26,8 @@ scoped_ptr<Browser> CreateBrowserWithTestWindowForParams(
// TestBrowserWindow::TestLocationBar -----------------------------------------
+TestBrowserWindow::TestLocationBar::TestLocationBar() : LocationBar(NULL) {}
+
GURL TestBrowserWindow::TestLocationBar::GetDestinationURL() const {
return GURL();
}

Powered by Google App Engine
This is Rietveld 408576698