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

Unified Diff: ui/views/examples/slider_example.cc

Issue 10824016: views/examples: Pure pedantic change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « ui/views/examples/slider_example.h ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/slider_example.cc
diff --git a/ui/views/examples/slider_example.cc b/ui/views/examples/slider_example.cc
index e7d90a534c461a0f4314bc3697fe039cff4889db..1c45a4bb61b3c17a02d3eff600f3d4b13c86347e 100644
--- a/ui/views/examples/slider_example.cc
+++ b/ui/views/examples/slider_example.cc
@@ -36,7 +36,7 @@ void SliderExample::CreateExampleView(View* container) {
void SliderExample::SliderValueChanged(Slider* sender,
float value,
float old_value,
- views::SliderChangeReason reason) {
+ SliderChangeReason reason) {
label_->SetText(ASCIIToUTF16(base::StringPrintf("%.3lf", value)));
}
« no previous file with comments | « ui/views/examples/slider_example.h ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698