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

Unified Diff: chromecast/base/cast_paths.h

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 | « chromecast/app/cast_main_delegate.cc ('k') | chromecast/base/cast_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/cast_paths.h
diff --git a/chromecast/common/cast_paths.h b/chromecast/base/cast_paths.h
similarity index 87%
rename from chromecast/common/cast_paths.h
rename to chromecast/base/cast_paths.h
index 5ab156c20fb5a616278336570dc1b7d9380e8556..11433a407ef113ec67665548775ff6b89d3e38d1 100644
--- a/chromecast/common/cast_paths.h
+++ b/chromecast/base/cast_paths.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_COMMON_CAST_PATHS_H_
-#define CHROMECAST_COMMON_CAST_PATHS_H_
+#ifndef CHROMECAST_BASE_CAST_PATHS_H_
+#define CHROMECAST_BASE_CAST_PATHS_H_
#include "build/build_config.h"
@@ -31,4 +31,4 @@ void RegisterPathProvider();
} // namespace chromecast
-#endif // CHROMECAST_COMMON_CAST_PATHS_H_
+#endif // CHROMECAST_BASE_CAST_PATHS_H_
« no previous file with comments | « chromecast/app/cast_main_delegate.cc ('k') | chromecast/base/cast_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698