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

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

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.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index a58e281ea51f9fdbf62585614b6249e2e0a1e610..9d5ae75c65e7a86651ef108148fe20ba63d5234f 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -157,7 +157,7 @@ class TestBrowserWindow : public BrowserWindow {
private:
class TestLocationBar : public LocationBar {
public:
- TestLocationBar() : LocationBar(NULL) {}
+ TestLocationBar();
~TestLocationBar() override {}
// LocationBar:

Powered by Google App Engine
This is Rietveld 408576698