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

Side by Side Diff: chrome_frame/crash_reporting/veh_test.h

Issue 3176026: FBTF: Remove unneeded headers from base/ (part 7) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | « chrome_frame/crash_reporting/vectored_handler_unittest.cc ('k') | chrome_frame/function_stub.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #ifndef CHROME_FRAME_CRASH_REPORTING_VEH_TEST_H_ 4 #ifndef CHROME_FRAME_CRASH_REPORTING_VEH_TEST_H_
5 #define CHROME_FRAME_CRASH_REPORTING_VEH_TEST_H_ 5 #define CHROME_FRAME_CRASH_REPORTING_VEH_TEST_H_
6 6
7 #include <windows.h> 7 #include <windows.h>
8 #include "base/logging.h" 8 #include "base/logging.h"
9 9
10 #ifndef EXCEPTION_CHAIN_END 10 #ifndef EXCEPTION_CHAIN_END
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 for (; p; ++count_) { 70 for (; p; ++count_) {
71 CHECK(count_ < arraysize(stack_)); 71 CHECK(count_ < arraysize(stack_));
72 stack_[count_] = p; 72 stack_[count_] = p;
73 p = va_arg(vl, const void*); 73 p = va_arg(vl, const void*);
74 } 74 }
75 } 75 }
76 const void* stack_[64]; 76 const void* stack_[64];
77 WORD count_; 77 WORD count_;
78 }; 78 };
79 79
80 #endif // CHROME_FRAME_CRASH_REPORTING_VEH_TEST_H_ 80 #endif // CHROME_FRAME_CRASH_REPORTING_VEH_TEST_H_
OLDNEW
« no previous file with comments | « chrome_frame/crash_reporting/vectored_handler_unittest.cc ('k') | chrome_frame/function_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698