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

Side by Side Diff: ash/common/shelf/shelf_model_observer.h

Issue 2750463009: mash: Fix ShelfItem mojo struct; add enums and traits. (Closed)
Patch Set: Address comment. Created 3 years, 9 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
« no previous file with comments | « ash/common/shelf/shelf_model.cc ('k') | ash/common/shelf/shelf_window_watcher.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_ 5 #ifndef ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_
6 #define ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_ 6 #define ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/common/shelf/shelf_item_types.h" 9 #include "ash/public/cpp/shelf_item.h"
10 10
11 namespace ash { 11 namespace ash {
12 12
13 struct ShelfItem; 13 struct ShelfItem;
14 14
15 namespace mojom { 15 namespace mojom {
16 class ShelfItemDelegate; 16 class ShelfItemDelegate;
17 } 17 }
18 18
19 class ASH_EXPORT ShelfModelObserver { 19 class ASH_EXPORT ShelfModelObserver {
(...skipping 21 matching lines...) Expand all
41 ShelfID id, 41 ShelfID id,
42 mojom::ShelfItemDelegate* item_delegate) = 0; 42 mojom::ShelfItemDelegate* item_delegate) = 0;
43 43
44 protected: 44 protected:
45 virtual ~ShelfModelObserver() {} 45 virtual ~ShelfModelObserver() {}
46 }; 46 };
47 47
48 } // namespace ash 48 } // namespace ash
49 49
50 #endif // ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_ 50 #endif // ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_
OLDNEW
« no previous file with comments | « ash/common/shelf/shelf_model.cc ('k') | ash/common/shelf/shelf_window_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698