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

Unified Diff: chrome/browser/chrome_to_mobile_service_unittest.cc

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More review fixes Created 7 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/chrome_to_mobile_service_unittest.cc
diff --git a/chrome/browser/chrome_to_mobile_service_unittest.cc b/chrome/browser/chrome_to_mobile_service_unittest.cc
index 79635c8583791d46e03214f952c8148cb996df9e..c2e5885e5fddc3433f070ef5f2ba6362a2cd5c68 100644
--- a/chrome/browser/chrome_to_mobile_service_unittest.cc
+++ b/chrome/browser/chrome_to_mobile_service_unittest.cc
@@ -53,7 +53,8 @@ class ChromeToMobileServiceTest : public BrowserWithTestWindowTest {
// Chrome To Mobile is currently gated on the Action Box UI,
// so need to enable this feature for the test.
ChromeToMobileServiceTest::ChromeToMobileServiceTest()
- : enable_action_box_(FeatureSwitch::action_box(), true) {}
+ : enable_action_box_(FeatureSwitch::action_box(), true) {
akalin 2013/05/24 22:58:46 revert diff (or change the destructor to match)
rlarocque 2013/05/29 00:37:55 Done.
+}
ChromeToMobileServiceTest::~ChromeToMobileServiceTest() {}

Powered by Google App Engine
This is Rietveld 408576698