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

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

Issue 18263: Move search engines files into subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/first_run_bubble.cc ('k') | chrome/browser/views/keyword_editor_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" 11 #include "base/logging.h"
12 #include "chrome/browser/template_url_model.h" 12 #include "chrome/browser/search_engines/template_url_model.h"
13 #include "chrome/views/dialog_delegate.h" 13 #include "chrome/views/dialog_delegate.h"
14 #include "chrome/views/native_button.h" 14 #include "chrome/views/native_button.h"
15 #include "chrome/views/table_view.h" 15 #include "chrome/views/table_view.h"
16 #include "chrome/views/view.h" 16 #include "chrome/views/view.h"
17 17
18 namespace views { 18 namespace views {
19 class CheckBox; 19 class CheckBox;
20 class Label; 20 class Label;
21 } 21 }
22 22
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 views::NativeButton* add_button_; 197 views::NativeButton* add_button_;
198 views::NativeButton* edit_button_; 198 views::NativeButton* edit_button_;
199 views::NativeButton* remove_button_; 199 views::NativeButton* remove_button_;
200 views::NativeButton* make_default_button_; 200 views::NativeButton* make_default_button_;
201 201
202 DISALLOW_COPY_AND_ASSIGN(KeywordEditorView); 202 DISALLOW_COPY_AND_ASSIGN(KeywordEditorView);
203 }; 203 };
204 204
205 #endif // CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_ 205 #endif // CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_
206 206
OLDNEW
« no previous file with comments | « chrome/browser/views/first_run_bubble.cc ('k') | chrome/browser/views/keyword_editor_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698