blob: 5baf7e88aa04289f65493ad63fa394d336395d2a [file] [log] [blame]
// 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 "components/sync/driver/data_type_encryption_handler.h"
namespace syncer {
DataTypeEncryptionHandler::DataTypeEncryptionHandler() {}
DataTypeEncryptionHandler::~DataTypeEncryptionHandler() {}
}