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

Unified Diff: jingle/notifier/listener/mediator_thread_impl.h

Issue 2885005: Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: rebased Created 10 years, 6 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 | « jingle/notifier/listener/mediator_thread.h ('k') | jingle/notifier/listener/mediator_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/mediator_thread_impl.h
diff --git a/chrome/common/net/notifier/listener/mediator_thread_impl.h b/jingle/notifier/listener/mediator_thread_impl.h
similarity index 89%
rename from chrome/common/net/notifier/listener/mediator_thread_impl.h
rename to jingle/notifier/listener/mediator_thread_impl.h
index df83ebd77cf330734c36587e64fcf365b972343f..0e2e22f4ccb60dbc300fa2f2181b0915d7310f8f 100644
--- a/chrome/common/net/notifier/listener/mediator_thread_impl.h
+++ b/jingle/notifier/listener/mediator_thread_impl.h
@@ -17,8 +17,8 @@
// m.Logout();
// delete m; // Also stops the thread.
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
+#ifndef JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
+#define JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
#include <string>
#include <vector>
@@ -27,10 +27,10 @@
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "base/thread.h"
-#include "chrome/common/net/notifier/communicator/login.h"
-#include "chrome/common/net/notifier/communicator/login_connection_state.h"
-#include "chrome/common/net/notifier/communicator/login_failure.h"
-#include "chrome/common/net/notifier/listener/mediator_thread.h"
+#include "jingle/notifier/communicator/login.h"
+#include "jingle/notifier/communicator/login_connection_state.h"
+#include "jingle/notifier/communicator/login_failure.h"
+#include "jingle/notifier/listener/mediator_thread.h"
#include "talk/base/sigslot.h"
#include "talk/xmpp/xmppclientsettings.h"
@@ -139,4 +139,4 @@ class MediatorThreadImpl
} // namespace notifier
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
+#endif // JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
« no previous file with comments | « jingle/notifier/listener/mediator_thread.h ('k') | jingle/notifier/listener/mediator_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698