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

Unified Diff: chromecast/browser/url_request_context_factory.cc

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: chromecast/browser/url_request_context_factory.cc
diff --git a/chromecast/shell/browser/url_request_context_factory.cc b/chromecast/browser/url_request_context_factory.cc
similarity index 98%
rename from chromecast/shell/browser/url_request_context_factory.cc
rename to chromecast/browser/url_request_context_factory.cc
index 070185589f1b3b7040dcbc28725e2691b9f701f2..e2653a731ea8ba1d43a5fd3b70fe5e879cc06ad9 100644
--- a/chromecast/shell/browser/url_request_context_factory.cc
+++ b/chromecast/browser/url_request_context_factory.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/shell/browser/url_request_context_factory.h"
+#include "chromecast/browser/url_request_context_factory.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/path_service.h"
#include "base/threading/worker_pool.h"
-#include "chromecast/shell/browser/cast_http_user_agent_settings.h"
-#include "chromecast/shell/browser/cast_network_delegate.h"
+#include "chromecast/browser/cast_http_user_agent_settings.h"
+#include "chromecast/browser/cast_network_delegate.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/cookie_store_factory.h"

Powered by Google App Engine
This is Rietveld 408576698