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

Unified Diff: content/browser/system_message_window_win_unittest.cc

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/browser/time_zone_monitor_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/system_message_window_win_unittest.cc
diff --git a/content/browser/system_message_window_win_unittest.cc b/content/browser/system_message_window_win_unittest.cc
index f317f7be7cc9e9aa5425126666f454bf4362e041..fac8f2baafd74198000751a5a2cf3c8fc3305449 100644
--- a/content/browser/system_message_window_win_unittest.cc
+++ b/content/browser/system_message_window_win_unittest.cc
@@ -18,10 +18,10 @@ namespace content {
class SystemMessageWindowWinTest : public testing::Test {
public:
- virtual ~SystemMessageWindowWinTest() { }
+ ~SystemMessageWindowWinTest() override {}
protected:
- virtual void SetUp() override {
+ void SetUp() override {
system_monitor_.AddDevicesChangedObserver(&observer_);
}
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/browser/time_zone_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698