summaryrefslogtreecommitdiffstats
path: root/components/user_manager/user_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/user_manager/user_info.cc')
-rw-r--r--components/user_manager/user_info.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/components/user_manager/user_info.cc b/components/user_manager/user_info.cc
new file mode 100644
index 0000000..adfeb72
--- /dev/null
+++ b/components/user_manager/user_info.cc
@@ -0,0 +1,15 @@
+// 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