diff options
Diffstat (limited to 'sync/api/sync_error_factory.cc')
-rw-r--r-- | sync/api/sync_error_factory.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sync/api/sync_error_factory.cc b/sync/api/sync_error_factory.cc new file mode 100644 index 0000000..0e9b451 --- /dev/null +++ b/sync/api/sync_error_factory.cc @@ -0,0 +1,11 @@ +// 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/sync_error_factory.h" + +SyncErrorFactory::SyncErrorFactory() { +} + +SyncErrorFactory::~SyncErrorFactory() { +} |