summaryrefslogtreecommitdiffstats
path: root/sync/engine/model_type_sync_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/model_type_sync_proxy.cc')
-rw-r--r--sync/engine/model_type_sync_proxy.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/sync/engine/model_type_sync_proxy.cc b/sync/engine/model_type_sync_proxy.cc
new file mode 100644
index 0000000..974dc61
--- /dev/null
+++ b/sync/engine/model_type_sync_proxy.cc
@@ -0,0 +1,15 @@
+// Copyright 2014 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/model_type_sync_proxy.h"
+
+namespace syncer {
+
+ModelTypeSyncProxy::ModelTypeSyncProxy() {
+}
+
+ModelTypeSyncProxy::~ModelTypeSyncProxy() {
+}
+
+} // namespace syncer