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

Unified Diff: views/widget/root_view.h

Issue 5155001: Fix style nit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years, 1 month 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 | « views/view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/root_view.h
diff --git a/views/widget/root_view.h b/views/widget/root_view.h
index bf81536bdf3225e54c8d5ad01c3efa93042d10cb..bf47c42d7c883cbbf3be42d286ba14487c97c41b 100644
--- a/views/widget/root_view.h
+++ b/views/widget/root_view.h
@@ -345,7 +345,7 @@ class RootView : public View,
GestureManager* gesture_manager_;
// The view currently handling touch events.
- View *touch_pressed_handler_;
+ View* touch_pressed_handler_;
#endif
#ifndef NDEBUG
« no previous file with comments | « views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698