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

Side by Side Diff: extensions/browser/api/sockets_udp/sockets_udp_api.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 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
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 EXTENSIONS_BROWSER_API_SOCKETS_UDP_SOCKETS_UDP_API_H_ 5 #ifndef EXTENSIONS_BROWSER_API_SOCKETS_UDP_SOCKETS_UDP_API_H_
6 #define EXTENSIONS_BROWSER_API_SOCKETS_UDP_SOCKETS_UDP_API_H_ 6 #define EXTENSIONS_BROWSER_API_SOCKETS_UDP_SOCKETS_UDP_API_H_
7 7
8 #include "base/gtest_prod_util.h"
8 #include "extensions/browser/api/socket/socket_api.h" 9 #include "extensions/browser/api/socket/socket_api.h"
9 #include "extensions/common/api/sockets_udp.h" 10 #include "extensions/common/api/sockets_udp.h"
10 11
11 namespace extensions { 12 namespace extensions {
12 class ResumableUDPSocket; 13 class ResumableUDPSocket;
13 } 14 }
14 15
15 namespace extensions { 16 namespace extensions {
16 namespace api { 17 namespace api {
17 18
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 void Work() override; 289 void Work() override;
289 290
290 private: 291 private:
291 scoped_ptr<sockets_udp::SetBroadcast::Params> params_; 292 scoped_ptr<sockets_udp::SetBroadcast::Params> params_;
292 }; 293 };
293 294
294 } // namespace api 295 } // namespace api
295 } // namespace extensions 296 } // namespace extensions
296 297
297 #endif // EXTENSIONS_BROWSER_API_SOCKETS_UDP_SOCKETS_UDP_API_H_ 298 #endif // EXTENSIONS_BROWSER_API_SOCKETS_UDP_SOCKETS_UDP_API_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.h ('k') | extensions/browser/image_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698