| Index: chrome/browser/chromeos/contacts/contact.cc
|
| diff --git a/chrome/browser/chromeos/contacts/contact.cc b/chrome/browser/chromeos/contacts/contact.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..20cb4fba657c9a4d50c2251776978aca3a482c7c
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/contacts/contact.cc
|
| @@ -0,0 +1,13 @@
|
| +// 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 "chrome/browser/chromeos/contacts/contact.h"
|
| +
|
| +namespace contacts {
|
| +
|
| +Contact::Contact() : deleted(false) {}
|
| +
|
| +Contact::~Contact() {}
|
| +
|
| +} // namespace contacts
|
|
|