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

Unified Diff: chromecast/app/cast_main_delegate.cc

Issue 683733006: Start accepting http connections in next run loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chromecast/base/cast_paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/cast_main_delegate.cc
diff --git a/chromecast/app/cast_main_delegate.cc b/chromecast/app/cast_main_delegate.cc
index 0f937e5e7d051d2028fcf78f451e509cfdf47630..58c7507eaf3bbe435ad88e958f3b8d9ddc31d273 100644
--- a/chromecast/app/cast_main_delegate.cc
+++ b/chromecast/app/cast_main_delegate.cc
@@ -12,8 +12,8 @@
#include "base/logging.h"
#include "base/path_service.h"
#include "base/posix/global_descriptors.h"
+#include "chromecast/base/cast_paths.h"
#include "chromecast/browser/cast_content_browser_client.h"
-#include "chromecast/common/cast_paths.h"
#include "chromecast/common/cast_resource_delegate.h"
#include "chromecast/common/global_descriptors.h"
#include "chromecast/crash/cast_crash_reporter_client.h"
« no previous file with comments | « no previous file | chromecast/base/cast_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698