// 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/sessions/session_state.h" #include #include #include "base/memory/scoped_ptr.h" #include "base/values.h" using std::set; using std::vector; namespace syncer { namespace sessions { PerModelSafeGroupState::PerModelSafeGroupState() { } PerModelSafeGroupState::~PerModelSafeGroupState() { } } // namespace sessions } // namespace syncer