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

Side by Side Diff: content/public/browser/devtools_http_handler.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_BROWSER_DEVTOOLS_HTTP_HANDLER_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_DEVTOOLS_HTTP_HANDLER_H_
6 #define CONTENT_PUBLIC_BROWSER_DEVTOOLS_HTTP_HANDLER_H_ 6 #define CONTENT_PUBLIC_BROWSER_DEVTOOLS_HTTP_HANDLER_H_
7 #pragma once
8 7
9 #include <string> 8 #include <string>
10 9
11 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
12 11
13 namespace net { 12 namespace net {
14 class StreamListenSocketFactory; 13 class StreamListenSocketFactory;
15 class URLRequestContextGetter; 14 class URLRequestContextGetter;
16 } 15 }
17 16
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 // default implementation will be used. 56 // default implementation will be used.
58 virtual void SetRenderViewHostBinding(RenderViewHostBinding* binding) = 0; 57 virtual void SetRenderViewHostBinding(RenderViewHostBinding* binding) = 0;
59 58
60 protected: 59 protected:
61 virtual ~DevToolsHttpHandler() {} 60 virtual ~DevToolsHttpHandler() {}
62 }; 61 };
63 62
64 } // namespace content 63 } // namespace content
65 64
66 #endif // CONTENT_PUBLIC_BROWSER_DEVTOOLS_HTTP_HANDLER_H_ 65 #endif // CONTENT_PUBLIC_BROWSER_DEVTOOLS_HTTP_HANDLER_H_
OLDNEW
« no previous file with comments | « content/public/browser/devtools_frontend_host_delegate.h ('k') | content/public/browser/devtools_http_handler_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698