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

Side by Side Diff: content/public/test/mock_render_thread.h

Issue 10696166: Remove #pragma once from content (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
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 #ifndef CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_ 5 #ifndef CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_
6 #define CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_ 6 #define CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_
7 #pragma once
8 7
9 #include "base/shared_memory.h" 8 #include "base/shared_memory.h"
10 #include "base/string16.h" 9 #include "base/string16.h"
11 #include "content/public/renderer/render_thread.h" 10 #include "content/public/renderer/render_thread.h"
12 #include "ipc/ipc_test_sink.h" 11 #include "ipc/ipc_test_sink.h"
13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
14 13
15 struct ViewHostMsg_CreateWindow_Params; 14 struct ViewHostMsg_CreateWindow_Params;
16 15
17 namespace IPC { 16 namespace IPC {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 // Routing id that will be assigned to a CreateWindow Widget. 146 // Routing id that will be assigned to a CreateWindow Widget.
148 int32 new_window_routing_id_; 147 int32 new_window_routing_id_;
149 148
150 // The last known good deserializer for sync messages. 149 // The last known good deserializer for sync messages.
151 scoped_ptr<IPC::MessageReplyDeserializer> reply_deserializer_; 150 scoped_ptr<IPC::MessageReplyDeserializer> reply_deserializer_;
152 }; 151 };
153 152
154 } // namespace content 153 } // namespace content
155 154
156 #endif // CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_ 155 #endif // CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_
OLDNEW
« no previous file with comments | « content/public/test/mock_render_process_host.h ('k') | content/public/test/mock_resource_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698