Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2473)

Unified Diff: chrome/browser/chromeos/contacts/contact_database.h

Issue 11091051: chromeos: Fix interface nits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/contacts/contact_database.h
diff --git a/chrome/browser/chromeos/contacts/contact_database.h b/chrome/browser/chromeos/contacts/contact_database.h
index 963f61d6ffd0eaee6c182cb92def03b9ae355423..e74e7ef05e8d9d1faae2892093d7bf5c3ac4f450 100644
--- a/chrome/browser/chromeos/contacts/contact_database.h
+++ b/chrome/browser/chromeos/contacts/contact_database.h
@@ -42,8 +42,6 @@ class ContactDatabaseInterface {
scoped_ptr<UpdateMetadata>)>
LoadCallback;
- ContactDatabaseInterface() {}
-
// Asynchronously destroys the object after all in-progress file operations
// have completed.
virtual void DestroyOnUIThread() {}
@@ -70,9 +68,6 @@ class ContactDatabaseInterface {
protected:
virtual ~ContactDatabaseInterface() {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ContactDatabaseInterface);
};
class ContactDatabase : public ContactDatabaseInterface {
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698