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

Unified Diff: chromecast/browser/service/cast_service.h

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra DEPS: chromecast/crash/android --> chromecast/common Created 6 years, 2 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 | « chromecast/browser/service/DEPS ('k') | chromecast/browser/service/cast_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/service/cast_service.h
diff --git a/chromecast/service/cast_service.h b/chromecast/browser/service/cast_service.h
similarity index 92%
rename from chromecast/service/cast_service.h
rename to chromecast/browser/service/cast_service.h
index 14532c91321a99393ab4e9d6f3426e30947fd8c4..7e7d94c00b3955fb57e7b76bd1a20467b8d6549b 100644
--- a/chromecast/service/cast_service.h
+++ b/chromecast/browser/service/cast_service.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 CHROMECAST_SERVICE_CAST_SERVICE_H_
-#define CHROMECAST_SERVICE_CAST_SERVICE_H_
+#ifndef CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_H_
+#define CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_H_
#include "base/callback.h"
#include "base/macros.h"
@@ -71,4 +71,4 @@ class CastService {
} // namespace chromecast
-#endif // CHROMECAST_SERVICE_CAST_SERVICE_H_
+#endif // CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_H_
« no previous file with comments | « chromecast/browser/service/DEPS ('k') | chromecast/browser/service/cast_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698