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

Unified Diff: jingle/notifier/listener/mediator_thread_mock.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_impl.cc ('k') | jingle/notifier/listener/notification_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/mediator_thread_mock.h
diff --git a/chrome/common/net/notifier/listener/mediator_thread_mock.h b/jingle/notifier/listener/mediator_thread_mock.h
similarity index 87%
rename from chrome/common/net/notifier/listener/mediator_thread_mock.h
rename to jingle/notifier/listener/mediator_thread_mock.h
index 62d739eac26c1b40732f889a26c149f8b8361cf4..8a1eaecdf56da5abeca3298e7112b92736d154b7 100644
--- a/chrome/common/net/notifier/listener/mediator_thread_mock.h
+++ b/jingle/notifier/listener/mediator_thread_mock.h
@@ -6,13 +6,13 @@
// It's very primitive, and it would have been better to use gmock, except
// that gmock is only for linux.
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_MOCK_H_
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_MOCK_H_
+#ifndef JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_MOCK_H_
+#define JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_MOCK_H_
#include <string>
#include <vector>
-#include "chrome/common/net/notifier/listener/mediator_thread.h"
+#include "jingle/notifier/listener/mediator_thread.h"
#include "talk/xmpp/xmppclientsettings.h"
namespace notifier {
@@ -94,4 +94,4 @@ class MockMediatorThread : public MediatorThread {
} // namespace notifier
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_MOCK_H_
+#endif // JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_MOCK_H_
« no previous file with comments | « jingle/notifier/listener/mediator_thread_impl.cc ('k') | jingle/notifier/listener/notification_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698