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

Side by Side Diff: content/browser/vr/vr_device_manager.h

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « content/browser/vr/test/fake_vr_device.h ('k') | content/browser/vr/vr_device_manager.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 CONTENT_BROWSER_VR_VR_DEVICE_MANAGER_H 5 #ifndef CONTENT_BROWSER_VR_VR_DEVICE_MANAGER_H
6 #define CONTENT_BROWSER_VR_VR_DEVICE_MANAGER_H 6 #define CONTENT_BROWSER_VR_VR_DEVICE_MANAGER_H
7 7
8 #include <stdint.h>
9
8 #include <map> 10 #include <map>
9 #include <vector> 11 #include <vector>
10 12
11 #include "base/basictypes.h" 13 #include "base/macros.h"
12 #include "base/memory/linked_ptr.h" 14 #include "base/memory/linked_ptr.h"
13 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
14 #include "base/threading/thread_checker.h" 16 #include "base/threading/thread_checker.h"
15 #include "content/browser/vr/vr_device.h" 17 #include "content/browser/vr/vr_device.h"
16 #include "content/browser/vr/vr_device_provider.h" 18 #include "content/browser/vr/vr_device_provider.h"
17 #include "content/common/content_export.h" 19 #include "content/common/content_export.h"
18 #include "content/common/vr_service.mojom.h" 20 #include "content/common/vr_service.mojom.h"
19 #include "mojo/common/weak_binding_set.h" 21 #include "mojo/common/weak_binding_set.h"
20 22
21 namespace content { 23 namespace content {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 bool keep_alive_; 71 bool keep_alive_;
70 72
71 base::ThreadChecker thread_checker_; 73 base::ThreadChecker thread_checker_;
72 74
73 DISALLOW_COPY_AND_ASSIGN(VRDeviceManager); 75 DISALLOW_COPY_AND_ASSIGN(VRDeviceManager);
74 }; 76 };
75 77
76 } // namespace content 78 } // namespace content
77 79
78 #endif // CONTENT_BROWSER_VR_VR_DEVICE_MANAGER_H 80 #endif // CONTENT_BROWSER_VR_VR_DEVICE_MANAGER_H
OLDNEW
« no previous file with comments | « content/browser/vr/test/fake_vr_device.h ('k') | content/browser/vr/vr_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698