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

Side by Side Diff: views/examples/textfield_example.h

Issue 521009: Clarify licenses on a bunch of files. (Closed)
Patch Set: Created 10 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyight (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef VIEWS_EXAMPLES_TEXTFIELD_EXAMPLE_H_ 5 #ifndef VIEWS_EXAMPLES_TEXTFIELD_EXAMPLE_H_
6 #define VIEWS_EXAMPLES_TEXTFIELD_EXAMPLE_H_ 6 #define VIEWS_EXAMPLES_TEXTFIELD_EXAMPLE_H_
7 7
8 #include "base/string_util.h" 8 #include "base/string_util.h"
9 #include "views/controls/button/text_button.h" 9 #include "views/controls/button/text_button.h"
10 #include "views/controls/label.h" 10 #include "views/controls/label.h"
11 #include "views/controls/tabbed_pane/tabbed_pane.h" 11 #include "views/controls/tabbed_pane/tabbed_pane.h"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 views::TextButton* clear_all_; 101 views::TextButton* clear_all_;
102 views::TextButton* append_; 102 views::TextButton* append_;
103 103
104 DISALLOW_COPY_AND_ASSIGN(TextfieldExample); 104 DISALLOW_COPY_AND_ASSIGN(TextfieldExample);
105 }; 105 };
106 106
107 } // namespace examples 107 } // namespace examples
108 108
109 #endif // VIEWS_EXAMPLES_TEXTFIELD_EXAMPLE_H_ 109 #endif // VIEWS_EXAMPLES_TEXTFIELD_EXAMPLE_H_
110 110
OLDNEW
« no previous file with comments | « net/third_party/nss/ssl/bodge/secure_memcmp.c ('k') | webkit/appcache/appcache_group_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698