summaryrefslogtreecommitdiffstats
path: root/sync/api/syncable_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/api/syncable_service.cc')
-rw-r--r--sync/api/syncable_service.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync/api/syncable_service.cc b/sync/api/syncable_service.cc
new file mode 100644
index 0000000..198173a
--- /dev/null
+++ b/sync/api/syncable_service.cc
@@ -0,0 +1,7 @@
+// 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/api/syncable_service.h"
+
+SyncableService::~SyncableService() {}