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

Unified Diff: remoting/base/remoting_bot.h

Issue 2779373003: Moving service urls to base. (Closed)
Patch Set: Updating moved file c dates. Created 3 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 | « remoting/base/BUILD.gn ('k') | remoting/base/remoting_bot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/remoting_bot.h
diff --git a/remoting/signaling/remoting_bot.h b/remoting/base/remoting_bot.h
similarity index 73%
rename from remoting/signaling/remoting_bot.h
rename to remoting/base/remoting_bot.h
index 8f06a6aeca6119a4112c2594b2e6a678c1d38ea1..7fdef3143439dfc52273c2af3b7d132ddad3c31d 100644
--- a/remoting/signaling/remoting_bot.h
+++ b/remoting/base/remoting_bot.h
@@ -1,9 +1,9 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
+// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_SIGNALING_REMOTING_BOT_H_
-#define REMOTING_SIGNALING_REMOTING_BOT_H_
+#ifndef REMOTING_BASE_REMOTING_BOT_H_
+#define REMOTING_BASE_REMOTING_BOT_H_
#include <string>
@@ -22,4 +22,4 @@ bool IsValidBotJid(const std::string& input);
} // namespace remoting
-#endif // REMOTING_BASE_REMOTING_BOT_H_
+#endif // REMOTING_BASE_REMOTING_BOT_H_
« no previous file with comments | « remoting/base/BUILD.gn ('k') | remoting/base/remoting_bot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698