summaryrefslogtreecommitdiffstats
path: root/sync/engine/sync_engine_event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/sync_engine_event.cc')
-rw-r--r--sync/engine/sync_engine_event.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/sync/engine/sync_engine_event.cc b/sync/engine/sync_engine_event.cc
new file mode 100644
index 0000000..9ffb281
--- /dev/null
+++ b/sync/engine/sync_engine_event.cc
@@ -0,0 +1,14 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "sync/engine/sync_engine_event.h"
+
+namespace browser_sync {
+
+SyncEngineEvent::SyncEngineEvent(EventCause cause) : what_happened(cause) {
+}
+
+SyncEngineEvent::~SyncEngineEvent() {}
+
+} // namespace browser_sync