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

Unified Diff: chromecast/base/pref_names.h

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 | « no previous file | chromecast/base/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/pref_names.h
diff --git a/chromecast/base/pref_names.h b/chromecast/base/pref_names.h
index 2959717459566c25d10bbb559b9bd5449e767a2c..7454885d2511e11d1538f79833ee2d4efc89cbde 100644
--- a/chromecast/base/pref_names.h
+++ b/chromecast/base/pref_names.h
@@ -5,6 +5,7 @@
#ifndef CHROMECAST_BASE_PREF_NAMES_H_
#define CHROMECAST_BASE_PREF_NAMES_H_
+namespace chromecast {
namespace prefs {
extern const char kEnableRemoteDebugging[];
@@ -19,5 +20,6 @@ extern const char kStabilityRendererHangCount[];
extern const char kStabilitySystemUncleanShutdownCount[];
} // namespace prefs
+} // namespace chromecast
#endif // CHROMECAST_BASE_PREF_NAMES_H_
« no previous file with comments | « no previous file | chromecast/base/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698