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() {} |