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

Side by Side Diff: remoting/host/chromeos/aura_desktop_capturer.h

Issue 1846723007: Fix IWYU violators that don't include scoped_ptr.h in CrOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/timers/alarm_timer_chromeos.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_ 5 #ifndef REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_
6 #define REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_ 6 #define REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h"
9 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
10 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h" 11 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
11 12
12 namespace cc { 13 namespace cc {
13 class CopyOutputResult; 14 class CopyOutputResult;
14 } // namespace cc 15 } // namespace cc
15 16
16 namespace aura { 17 namespace aura {
17 class Window; 18 class Window;
18 } // namespace aura 19 } // namespace aura
(...skipping 26 matching lines...) Expand all
45 aura::Window* desktop_window_; 46 aura::Window* desktop_window_;
46 47
47 base::WeakPtrFactory<AuraDesktopCapturer> weak_factory_; 48 base::WeakPtrFactory<AuraDesktopCapturer> weak_factory_;
48 49
49 DISALLOW_COPY_AND_ASSIGN(AuraDesktopCapturer); 50 DISALLOW_COPY_AND_ASSIGN(AuraDesktopCapturer);
50 }; 51 };
51 52
52 } // namespace remoting 53 } // namespace remoting
53 54
54 #endif // REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_ 55 #endif // REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_
OLDNEW
« no previous file with comments | « components/timers/alarm_timer_chromeos.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698