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

Unified Diff: chrome/common/net/notifier/communicator/login_failure.h

Issue 2471006: Refactored MediatorThread to use Chrome threads primarily. (Closed)
Patch Set: Created 10 years, 7 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
Index: chrome/common/net/notifier/communicator/login_failure.h
diff --git a/chrome/common/net/notifier/communicator/login_failure.h b/chrome/common/net/notifier/communicator/login_failure.h
index 89c629b52be387a20c5e842a0c01feeefa05998d..05505cebed6e3514fb696d53d22ee850c21d0e0b 100644
--- a/chrome/common/net/notifier/communicator/login_failure.h
+++ b/chrome/common/net/notifier/communicator/login_failure.h
@@ -5,7 +5,6 @@
#ifndef CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_FAILURE_H_
#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_FAILURE_H_
-#include "talk/base/common.h"
#include "talk/xmpp/xmppengine.h"
namespace notifier {
@@ -41,11 +40,9 @@ class LoginFailure {
buzz::XmppEngine::Error xmpp_error() const;
private:
- LoginError error_;
- buzz::XmppEngine::Error xmpp_error_;
- int subcode_;
-
- DISALLOW_COPY_AND_ASSIGN(LoginFailure);
+ const LoginError error_;
+ const buzz::XmppEngine::Error xmpp_error_;
+ const int subcode_;
};
} // namespace notifier
« no previous file with comments | « chrome/browser/sync/tools/sync_listen_notifications.cc ('k') | chrome/common/net/notifier/listener/mediator_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698