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

Unified Diff: dbus/message.cc

Issue 9675002: dbus: fix base class of ErrorResponse (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (lost in appengine fu) fix up the constructors Created 8 years, 9 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 | « dbus/message.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/message.cc
diff --git a/dbus/message.cc b/dbus/message.cc
index 486538ab519e5208fc9599bf1cfe45f6ec1b6fa0..43fb3bb8b593718b6fc01961c1f97a705f66fde8 100644
--- a/dbus/message.cc
+++ b/dbus/message.cc
@@ -404,7 +404,7 @@ Response* Response::CreateEmpty() {
// ErrorResponse implementation.
//
-ErrorResponse::ErrorResponse() : Message() {
+ErrorResponse::ErrorResponse() : Response() {
}
ErrorResponse* ErrorResponse::FromRawMessage(DBusMessage* raw_message) {
« no previous file with comments | « dbus/message.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698