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

Side by Side Diff: content/browser/devtools/protocol/tethering_handler.h

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_ 5 #ifndef CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_
6 #define CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_ 6 #define CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <string>
9 10
10 #include "base/macros.h" 11 #include "base/macros.h"
11 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
12 #include "content/browser/devtools/protocol/devtools_protocol_dispatcher.h" 13 #include "content/browser/devtools/protocol/devtools_protocol_dispatcher.h"
13 14
14 namespace net { 15 namespace net {
15 class ServerSocket; 16 class ServerSocket;
16 } 17 }
17 18
18 namespace content { 19 namespace content {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 static TetheringImpl* impl_; 56 static TetheringImpl* impl_;
56 57
57 DISALLOW_COPY_AND_ASSIGN(TetheringHandler); 58 DISALLOW_COPY_AND_ASSIGN(TetheringHandler);
58 }; 59 };
59 60
60 } // namespace tethering 61 } // namespace tethering
61 } // namespace devtools 62 } // namespace devtools
62 } // namespace content 63 } // namespace content
63 64
64 #endif // CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_ 65 #endif // CONTENT_BROWSER_DEVTOOLS_PROTOCOL_TETHERING_HANDLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698