Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / sync / engine / update_handler.cc
blob308fee95bb1074c197b6973f38b49eb017d9ba7c
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "sync/engine/update_handler.h"
7 namespace syncer {
9 UpdateHandler::UpdateHandler() {}
11 UpdateHandler::~UpdateHandler() {}
14 } // namespace syncer