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

Side by Side Diff: base/win/event_trace_consumer.h

Issue 10735044: Remove #pragma once. Just from base/ for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « base/win/enum_variant.h ('k') | base/win/event_trace_controller.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Declaration of a Windows event trace consumer base class. 5 // Declaration of a Windows event trace consumer base class.
6 #ifndef BASE_WIN_EVENT_TRACE_CONSUMER_H_ 6 #ifndef BASE_WIN_EVENT_TRACE_CONSUMER_H_
7 #define BASE_WIN_EVENT_TRACE_CONSUMER_H_ 7 #define BASE_WIN_EVENT_TRACE_CONSUMER_H_
8 #pragma once
9 8
10 #include <windows.h> 9 #include <windows.h>
11 #include <wmistr.h> 10 #include <wmistr.h>
12 #include <evntrace.h> 11 #include <evntrace.h>
13 #include <vector> 12 #include <vector>
14 #include "base/basictypes.h" 13 #include "base/basictypes.h"
15 14
16 namespace base { 15 namespace base {
17 namespace win { 16 namespace win {
18 17
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 } 139 }
141 trace_handles_.clear(); 140 trace_handles_.clear();
142 141
143 return hr; 142 return hr;
144 } 143 }
145 144
146 } // namespace win 145 } // namespace win
147 } // namespace base 146 } // namespace base
148 147
149 #endif // BASE_WIN_EVENT_TRACE_CONSUMER_H_ 148 #endif // BASE_WIN_EVENT_TRACE_CONSUMER_H_
OLDNEW
« no previous file with comments | « base/win/enum_variant.h ('k') | base/win/event_trace_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698