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

Side by Side Diff: views/controls/table/table_view2.h

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « views/controls/table/table_view.cc ('k') | views/controls/textfield/gtk_views_entry.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 VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_ 5 #ifndef VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_
6 #define VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_ 6 #define VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
11 #include <map> 11 #include <map>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/scoped_ptr.h" 14 #include "base/scoped_ptr.h"
15 #include "gfx/rect.h" 15 #include "ui/gfx/rect.h"
16 #include "views/controls/table/table_view.h" 16 #include "views/controls/table/table_view.h"
17 #include "views/controls/table/native_table_wrapper.h" 17 #include "views/controls/table/native_table_wrapper.h"
18 #include "views/view.h" 18 #include "views/view.h"
19 #include "third_party/skia/include/core/SkColor.h" 19 #include "third_party/skia/include/core/SkColor.h"
20 #include "ui/base/models/table_model_observer.h" 20 #include "ui/base/models/table_model_observer.h"
21 21
22 class SkBitmap; 22 class SkBitmap;
23 23
24 namespace ui { 24 namespace ui {
25 struct TableColumn; 25 struct TableColumn;
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 266
267 // The object that actually implements the table. 267 // The object that actually implements the table.
268 NativeTableWrapper* native_wrapper_; 268 NativeTableWrapper* native_wrapper_;
269 269
270 DISALLOW_COPY_AND_ASSIGN(TableView2); 270 DISALLOW_COPY_AND_ASSIGN(TableView2);
271 }; 271 };
272 272
273 } // namespace views 273 } // namespace views
274 274
275 #endif // VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_ 275 #endif // VIEWS_CONTROLS_TABLE_TABLE_VIEW2_H_
OLDNEW
« no previous file with comments | « views/controls/table/table_view.cc ('k') | views/controls/textfield/gtk_views_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698