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

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

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/menu_example.cc ('k') | ui/views/examples/slider_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.h
diff --git a/ui/views/examples/slider_example.h b/ui/views/examples/slider_example.h
index 25ca9ebfddae26a948b213ddf5ea57c84e870573..8e9093944670213093cdeef1f32b181e99a87f34 100644
--- a/ui/views/examples/slider_example.h
+++ b/ui/views/examples/slider_example.h
@@ -28,7 +28,7 @@ class SliderExample : public ExampleBase, public SliderListener {
virtual void SliderValueChanged(Slider* sender,
float value,
float old_value,
- views::SliderChangeReason reason) OVERRIDE;
+ SliderChangeReason reason) OVERRIDE;
Slider* slider_;
Label* label_;
« no previous file with comments | « ui/views/examples/menu_example.cc ('k') | ui/views/examples/slider_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698