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

Unified Diff: remoting/base/service_urls.h

Issue 2779373003: Moving service urls to base. (Closed)
Patch Set: Had to breakout the remoting_bot file again, moved to base. 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
Index: remoting/base/service_urls.h
diff --git a/remoting/host/service_urls.h b/remoting/base/service_urls.h
similarity index 94%
rename from remoting/host/service_urls.h
rename to remoting/base/service_urls.h
index 62d279b86a288784e8758dd4ca00fd46065b2f8d..58b87baef00b7396ce69de743c16ce3457e3ff9d 100644
--- a/remoting/host/service_urls.h
+++ b/remoting/base/service_urls.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_SERVICE_URLS_H_
-#define REMOTING_HOST_SERVICE_URLS_H_
+#ifndef REMOTING_BASE_SERVICE_URLS_H_
+#define REMOTING_BASE_SERVICE_URLS_H_
#include <string>
@@ -66,4 +66,4 @@ class ServiceUrls {
} // namespace remoting
-#endif // REMOTING_HOST_SERVICE_URLS_H_
+#endif // REMOTING_BASE_SERVICE_URLS_H_

Powered by Google App Engine
This is Rietveld 408576698