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

Unified Diff: jingle/notifier/communicator/auto_reconnect.cc

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/communicator/auto_reconnect.h ('k') | jingle/notifier/communicator/connection_options.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/auto_reconnect.cc
diff --git a/chrome/common/net/notifier/communicator/auto_reconnect.cc b/jingle/notifier/communicator/auto_reconnect.cc
similarity index 96%
rename from chrome/common/net/notifier/communicator/auto_reconnect.cc
rename to jingle/notifier/communicator/auto_reconnect.cc
index 49edf89c95d68d2a29d7a7bbf44d82de825acc5d..4b16e93a017078da5d9f84c1e6a5d99430cbfc15 100644
--- a/chrome/common/net/notifier/communicator/auto_reconnect.cc
+++ b/jingle/notifier/communicator/auto_reconnect.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/net/notifier/communicator/auto_reconnect.h"
+#include "jingle/notifier/communicator/auto_reconnect.h"
#include "base/rand_util.h"
-#include "chrome/common/net/notifier/communicator/login.h"
+#include "jingle/notifier/communicator/login.h"
namespace notifier {
« no previous file with comments | « jingle/notifier/communicator/auto_reconnect.h ('k') | jingle/notifier/communicator/connection_options.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698