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

Unified Diff: views/controls/button/native_button_gtk.h

Issue 3017036: views: Fix bad license headers found in some files (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: revert vertical whitespace Created 10 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 | « no previous file | views/controls/button/native_button_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/button/native_button_gtk.h
diff --git a/views/controls/button/native_button_gtk.h b/views/controls/button/native_button_gtk.h
index a77ca496dac232a0105bc27323d2ce29ddb6e256..2ae38b159b91a2b043949e15a119c1fa46b3f7ab 100644
--- a/views/controls/button/native_button_gtk.h
+++ b/views/controls/button/native_button_gtk.h
@@ -1,6 +1,6 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
-// source code is governed by a BSD-style license that can be found in the
-// LICENSE file.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
#ifndef VIEWS_CONTROLS_BUTTON_NATIVE_BUTTON_GTK_H_
#define VIEWS_CONTROLS_BUTTON_NATIVE_BUTTON_GTK_H_
@@ -41,12 +41,10 @@ class NativeButtonGtk : public NativeControlGtk, public NativeButtonWrapper {
// Invoked when the user clicks on the button.
virtual void OnClicked();
- protected:
// The NativeButton we are bound to.
NativeButton* native_button_;
private:
-
// The preferred size from the last size_request. We save this until we are
// notified that data may have caused the preferred size to change because
// otherwise it seems every time we call gtk_widget_size_request the size
@@ -78,7 +76,7 @@ class NativeCheckboxGtk : public NativeButtonGtk {
virtual void UpdateChecked();
virtual void UpdateDefault();
- // a flag to prevent OnClicked event when updating
+ // A flag to prevent OnClicked event when updating
// gtk control via API gtk_toggle_button_set_active.
bool deliver_click_event_;
@@ -111,7 +109,6 @@ class NativeRadioButtonGtk : public NativeCheckboxGtk {
DISALLOW_COPY_AND_ASSIGN(NativeRadioButtonGtk);
};
-
} // namespace views
-#endif // #ifndef VIEWS_CONTROLS_BUTTON_NATIVE_BUTTON_GTK_H_
+#endif // VIEWS_CONTROLS_BUTTON_NATIVE_BUTTON_GTK_H_
« no previous file with comments | « no previous file | views/controls/button/native_button_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698