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

Side by Side Diff: ash/wm/mru_window_tracker.h

Issue 1867223004: Convert //ash from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 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
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_WM_MRU_WINDOW_TRACKER_H_ 5 #ifndef ASH_WM_MRU_WINDOW_TRACKER_H_
6 #define ASH_WM_MRU_WINDOW_TRACKER_H_ 6 #define ASH_WM_MRU_WINDOW_TRACKER_H_
7 7
8 #include <list> 8 #include <list>
9 #include <vector> 9 #include <vector>
10 10
11 #include "ash/ash_export.h" 11 #include "ash/ash_export.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "ui/aura/window_observer.h" 13 #include "ui/aura/window_observer.h"
15 #include "ui/wm/public/activation_change_observer.h" 14 #include "ui/wm/public/activation_change_observer.h"
16 15
17 namespace aura { 16 namespace aura {
18 class RootWindow; 17 class RootWindow;
19 class Window; 18 class Window;
20 namespace client { 19 namespace client {
21 class ActivationClient; 20 class ActivationClient;
22 } 21 }
23 } 22 }
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 wm::AshFocusRules* focus_rules_; // Not owned. 85 wm::AshFocusRules* focus_rules_; // Not owned.
87 86
88 bool ignore_window_activations_; 87 bool ignore_window_activations_;
89 88
90 DISALLOW_COPY_AND_ASSIGN(MruWindowTracker); 89 DISALLOW_COPY_AND_ASSIGN(MruWindowTracker);
91 }; 90 };
92 91
93 } // namespace ash 92 } // namespace ash
94 93
95 #endif // ASH_WM_MRU_WINDOW_TRACKER_H_ 94 #endif // ASH_WM_MRU_WINDOW_TRACKER_H_
OLDNEW
« no previous file with comments | « ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc ('k') | ash/wm/mru_window_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698