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

Side by Side Diff: webrtc/modules/desktop_capture/desktop_capture_options.h

Issue 2964773002: Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" (Closed)
Patch Set: Created 3 years, 5 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 /* 1 /*
2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 #ifndef WEBRTC_MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURE_OPTIONS_H_ 10 #ifndef WEBRTC_MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURE_OPTIONS_H_
11 #define WEBRTC_MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURE_OPTIONS_H_ 11 #define WEBRTC_MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURE_OPTIONS_H_
12 12
13 #include "webrtc/rtc_base/constructormagic.h" 13 #include "webrtc/base/constructormagic.h"
14 #include "webrtc/rtc_base/scoped_ref_ptr.h" 14 #include "webrtc/base/scoped_ref_ptr.h"
15 15
16 #if defined(USE_X11) 16 #if defined(USE_X11)
17 #include "webrtc/modules/desktop_capture/x11/shared_x_display.h" 17 #include "webrtc/modules/desktop_capture/x11/shared_x_display.h"
18 #endif 18 #endif
19 19
20 #if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) 20 #if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
21 #include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h" 21 #include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h"
22 #include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector. h" 22 #include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector. h"
23 #endif 23 #endif
24 24
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 #else 127 #else
128 bool use_update_notifications_ = true; 128 bool use_update_notifications_ = true;
129 #endif 129 #endif
130 bool disable_effects_ = true; 130 bool disable_effects_ = true;
131 bool detect_updated_region_ = false; 131 bool detect_updated_region_ = false;
132 }; 132 };
133 133
134 } // namespace webrtc 134 } // namespace webrtc
135 135
136 #endif // WEBRTC_MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURE_OPTIONS_H_ 136 #endif // WEBRTC_MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURE_OPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698