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

Unified Diff: chromecast/base/pref_names.cc

Issue 2555493002: Moves cast-specific prefs into chromecast namespace. (Closed)
Patch Set: Created 4 years 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/base/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/pref_names.cc
diff --git a/chromecast/base/pref_names.cc b/chromecast/base/pref_names.cc
index 1b679dbb5d5a0a3b1bc5440105c77abafd0121a8..237f133663f7ce5b241bd0c87607e210981d9c4e 100644
--- a/chromecast/base/pref_names.cc
+++ b/chromecast/base/pref_names.cc
@@ -4,6 +4,7 @@
#include "chromecast/base/pref_names.h"
+namespace chromecast {
namespace prefs {
// Boolean which specifies if remote debugging is enabled
@@ -48,3 +49,4 @@ const char kStabilitySystemUncleanShutdownCount[] =
"user_experience_metrics.stability.system_unclean_shutdowns";
} // namespace prefs
+} // namespace chromecast
« no previous file with comments | « chromecast/base/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698