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

Side by Side Diff: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (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 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 CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL TER_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL TER_H_
6 #define CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL TER_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL TER_H_
7 7
8 #include <stdint.h>
9
10 #include "base/macros.h"
8 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "build/build_config.h"
9 #include "ppapi/c/pp_instance.h" 13 #include "ppapi/c/pp_instance.h"
10 #include "ppapi/host/resource_message_filter.h" 14 #include "ppapi/host/resource_message_filter.h"
11 15
12 namespace content { 16 namespace content {
13 class BrowserPpapiHost; 17 class BrowserPpapiHost;
14 } // namespace content 18 } // namespace content
15 19
16 namespace ppapi { 20 namespace ppapi {
17 namespace host { 21 namespace host {
18 struct HostMessageContext; 22 struct HostMessageContext;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 #endif 66 #endif
63 67
64 base::WeakPtrFactory<PepperOutputProtectionMessageFilter> weak_ptr_factory_; 68 base::WeakPtrFactory<PepperOutputProtectionMessageFilter> weak_ptr_factory_;
65 69
66 DISALLOW_COPY_AND_ASSIGN(PepperOutputProtectionMessageFilter); 70 DISALLOW_COPY_AND_ASSIGN(PepperOutputProtectionMessageFilter);
67 }; 71 };
68 72
69 } // namespace chrome 73 } // namespace chrome
70 74
71 #endif // CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_ FILTER_H_ 75 #endif // CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_ FILTER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698