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

Side by Side Diff: ui/app_list/views/contents_view.h

Issue 2546183004: Remove unused linked_ptr inclusion (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « net/cookies/cookie_monster.h ('k') | ui/events/gestures/gesture_recognizer_impl.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_APP_LIST_VIEWS_CONTENTS_VIEW_H_ 5 #ifndef UI_APP_LIST_VIEWS_CONTENTS_VIEW_H_
6 #define UI_APP_LIST_VIEWS_CONTENTS_VIEW_H_ 6 #define UI_APP_LIST_VIEWS_CONTENTS_VIEW_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <utility> 10 #include <utility>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/memory/linked_ptr.h"
15 #include "ui/app_list/app_list_export.h" 14 #include "ui/app_list/app_list_export.h"
16 #include "ui/app_list/app_list_model.h" 15 #include "ui/app_list/app_list_model.h"
17 #include "ui/app_list/pagination_model.h" 16 #include "ui/app_list/pagination_model.h"
18 #include "ui/app_list/pagination_model_observer.h" 17 #include "ui/app_list/pagination_model_observer.h"
19 #include "ui/views/view.h" 18 #include "ui/views/view.h"
20 #include "ui/views/view_model.h" 19 #include "ui/views/view_model.h"
21 20
22 namespace gfx { 21 namespace gfx {
23 class Rect; 22 class Rect;
24 } 23 }
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 198
200 // Manages the pagination for the launcher pages. 199 // Manages the pagination for the launcher pages.
201 PaginationModel pagination_model_; 200 PaginationModel pagination_model_;
202 201
203 DISALLOW_COPY_AND_ASSIGN(ContentsView); 202 DISALLOW_COPY_AND_ASSIGN(ContentsView);
204 }; 203 };
205 204
206 } // namespace app_list 205 } // namespace app_list
207 206
208 #endif // UI_APP_LIST_VIEWS_CONTENTS_VIEW_H_ 207 #endif // UI_APP_LIST_VIEWS_CONTENTS_VIEW_H_
OLDNEW
« no previous file with comments | « net/cookies/cookie_monster.h ('k') | ui/events/gestures/gesture_recognizer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698