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

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

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 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/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
9 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h" 10 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
10 11
11 namespace cc { 12 namespace cc {
12 class CopyOutputResult; 13 class CopyOutputResult;
13 } // namespace cc 14 } // namespace cc
14 15
15 namespace aura { 16 namespace aura {
16 class Window; 17 class Window;
17 } // namespace aura 18 } // namespace aura
(...skipping 26 matching lines...) Expand all
44 aura::Window* desktop_window_; 45 aura::Window* desktop_window_;
45 46
46 base::WeakPtrFactory<AuraDesktopCapturer> weak_factory_; 47 base::WeakPtrFactory<AuraDesktopCapturer> weak_factory_;
47 48
48 DISALLOW_COPY_AND_ASSIGN(AuraDesktopCapturer); 49 DISALLOW_COPY_AND_ASSIGN(AuraDesktopCapturer);
49 }; 50 };
50 51
51 } // namespace remoting 52 } // namespace remoting
52 53
53 #endif // REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_ 54 #endif // REMOTING_HOST_CHROMEOS_AURA_DESKTOP_CAPTURER_H_
OLDNEW
« no previous file with comments | « remoting/host/cast_extension_session.cc ('k') | remoting/host/chromeos/aura_desktop_capturer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698