Index: ash/common/system/chromeos/palette/palette_utils.cc |
diff --git a/ash/common/system/chromeos/palette/palette_utils.cc b/ash/common/system/chromeos/palette/palette_utils.cc |
index 5188562a6899b3c1a36e48b541761f60f51c7723..704dbce8e1d4d56b870500f68df5423e4e518b8d 100644 |
--- a/ash/common/system/chromeos/palette/palette_utils.cc |
+++ b/ash/common/system/chromeos/palette/palette_utils.cc |
@@ -9,7 +9,7 @@ |
namespace ash { |
-bool IsPaletteEnabled() { |
+bool IsPaletteFeatureEnabled() { |
return base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kAshEnablePalette); |
} |