
Since user_manager::UserInfo is used on non-chromeos ash implementation, defined part of user_manager component that is included on cross-platform ash. BUG=387614 Review URL: https://codereview.chromium.org/379803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283087 0039d316-1c4b-4281-b951-d872f2087c98
16 lines
322 B
C++
16 lines
322 B
C++
// 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/user_manager/user_info.h"
|
|
|
|
namespace user_manager {
|
|
|
|
UserInfo::UserInfo() {
|
|
}
|
|
|
|
UserInfo::~UserInfo() {
|
|
}
|
|
|
|
} // namespace user_manager
|