Index: chrome/browser/sync/internal_api/syncapi_unittest.cc |
diff --git a/chrome/browser/sync/internal_api/syncapi_unittest.cc b/chrome/browser/sync/internal_api/syncapi_unittest.cc |
index d8b92772a2b0c610277c510bdf41faf9dafd2d34..6e3c296963837f23388ea3cb4d357eb60592b60a 100644 |
--- a/chrome/browser/sync/internal_api/syncapi_unittest.cc |
+++ b/chrome/browser/sync/internal_api/syncapi_unittest.cc |
@@ -192,6 +192,7 @@ class SyncApiTest : public testing::Test { |
} |
protected: |
+ MessageLoop message_loop_; |
browser_sync::TestUserShare test_user_share_; |
}; |