Chromium Code Reviews

Side by Side Diff: chrome/browser/views/keyword_editor_view.h

Issue 43148: Remove unneeded uses of logging.h in header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_
7 7
8 #include <Windows.h> 8 #include <Windows.h>
9 #include <map> 9 #include <map>
10 10
11 #include "base/logging.h"
12 #include "chrome/browser/search_engines/template_url_model.h" 11 #include "chrome/browser/search_engines/template_url_model.h"
13 #include "chrome/views/dialog_delegate.h" 12 #include "chrome/views/dialog_delegate.h"
14 #include "chrome/views/native_button.h" 13 #include "chrome/views/native_button.h"
15 #include "chrome/views/table_view.h" 14 #include "chrome/views/table_view.h"
16 #include "chrome/views/view.h" 15 #include "chrome/views/view.h"
17 16
18 namespace views { 17 namespace views {
19 class CheckBox; 18 class CheckBox;
20 class Label; 19 class Label;
21 } 20 }
(...skipping 174 matching lines...)
196 views::TableView* table_view_; 195 views::TableView* table_view_;
197 views::NativeButton* add_button_; 196 views::NativeButton* add_button_;
198 views::NativeButton* edit_button_; 197 views::NativeButton* edit_button_;
199 views::NativeButton* remove_button_; 198 views::NativeButton* remove_button_;
200 views::NativeButton* make_default_button_; 199 views::NativeButton* make_default_button_;
201 200
202 DISALLOW_COPY_AND_ASSIGN(KeywordEditorView); 201 DISALLOW_COPY_AND_ASSIGN(KeywordEditorView);
203 }; 202 };
204 203
205 #endif // CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_ 204 #endif // CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_
OLDNEW

Powered by Google App Engine