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

Unified Diff: chromecast/browser/url_request_context_factory.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
Index: chromecast/browser/url_request_context_factory.h
diff --git a/chromecast/shell/browser/url_request_context_factory.h b/chromecast/browser/url_request_context_factory.h
similarity index 96%
rename from chromecast/shell/browser/url_request_context_factory.h
rename to chromecast/browser/url_request_context_factory.h
index 439a56cf90544a0d9107e58dcab1f97140d73df7..0b9a4e955e012bc74a619bcba613121317f1a54b 100644
--- a/chromecast/shell/browser/url_request_context_factory.h
+++ b/chromecast/browser/url_request_context_factory.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_SHELL_BROWSER_URL_REQUEST_CONTEXT_FACTORY_H_
-#define CHROMECAST_SHELL_BROWSER_URL_REQUEST_CONTEXT_FACTORY_H_
+#ifndef CHROMECAST_BROWSER_URL_REQUEST_CONTEXT_FACTORY_H_
+#define CHROMECAST_BROWSER_URL_REQUEST_CONTEXT_FACTORY_H_
#include "content/public/browser/content_browser_client.h"
#include "net/http/http_network_session.h"
@@ -114,4 +114,4 @@ class URLRequestContextFactory {
} // namespace shell
} // namespace chromecast
-#endif // CHROMECAST_SHELL_BROWSER_URL_REQUEST_CONTEXT_FACTORY_H_
+#endif // CHROMECAST_BROWSER_URL_REQUEST_CONTEXT_FACTORY_H_
« no previous file with comments | « chromecast/browser/test/chromecast_shell_browser_test.cc ('k') | chromecast/browser/url_request_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698