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

Side by Side Diff: content/child/child_resource_message_filter.h

Issue 23484036: Add newlines to the end of files where they were missing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
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 CONTENT_CHILD_CHILD_RESOURCE_MESSAGE_FILTER_H_ 5 #ifndef CONTENT_CHILD_CHILD_RESOURCE_MESSAGE_FILTER_H_
6 #define CONTENT_CHILD_CHILD_RESOURCE_MESSAGE_FILTER_H_ 6 #define CONTENT_CHILD_CHILD_RESOURCE_MESSAGE_FILTER_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "ipc/ipc_channel_proxy.h" 9 #include "ipc/ipc_channel_proxy.h"
10 10
(...skipping 27 matching lines...) Expand all
38 virtual ~ChildResourceMessageFilter(); 38 virtual ~ChildResourceMessageFilter();
39 39
40 scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_; 40 scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
41 ResourceDispatcher* resource_dispatcher_; 41 ResourceDispatcher* resource_dispatcher_;
42 42
43 DISALLOW_COPY_AND_ASSIGN(ChildResourceMessageFilter); 43 DISALLOW_COPY_AND_ASSIGN(ChildResourceMessageFilter);
44 }; 44 };
45 45
46 } // namespace content 46 } // namespace content
47 47
48 #endif // CONTENT_CHILD_CHILD_RESOURCE_MESSAGE_FILTER_H_ 48 #endif // CONTENT_CHILD_CHILD_RESOURCE_MESSAGE_FILTER_H_
OLDNEW
« no previous file with comments | « content/child/appcache/appcache_backend_proxy.h ('k') | content/renderer/pepper/audio_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698