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

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

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/cast_service.h ('k') | chromecast/browser/service/cast_service_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/service/cast_service.cc
diff --git a/chromecast/service/cast_service.cc b/chromecast/browser/service/cast_service.cc
similarity index 94%
rename from chromecast/service/cast_service.cc
rename to chromecast/browser/service/cast_service.cc
index 0490b0f50745c5edaf083634bdd03015316b2184..87c9ee264e21d1395724484ec5c1e2eac4aaf3dc 100644
--- a/chromecast/service/cast_service.cc
+++ b/chromecast/browser/service/cast_service.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/service/cast_service.h"
+#include "chromecast/browser/service/cast_service.h"
#include "base/logging.h"
#include "base/threading/thread_checker.h"
« no previous file with comments | « chromecast/browser/service/cast_service.h ('k') | chromecast/browser/service/cast_service_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698