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

Side by Side Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 WebURLLoaderMock_h 5 #ifndef WebURLLoaderMock_h
6 #define WebURLLoaderMock_h 6 #define WebURLLoaderMock_h
7 7
8 #include <memory>
8 #include "base/macros.h" 9 #include "base/macros.h"
9 #include "public/platform/WebURLLoader.h" 10 #include "public/platform/WebURLLoader.h"
10 #include "wtf/WeakPtr.h" 11 #include "wtf/WeakPtr.h"
11 #include <memory>
12 12
13 namespace blink { 13 namespace blink {
14 14
15 class WebData; 15 class WebData;
16 struct WebURLError; 16 struct WebURLError;
17 class WebURLLoaderClient; 17 class WebURLLoaderClient;
18 class WebURLLoaderMockFactoryImpl; 18 class WebURLLoaderMockFactoryImpl;
19 class WebURLLoaderTestDelegate; 19 class WebURLLoaderTestDelegate;
20 class WebURLRequest; 20 class WebURLRequest;
21 class WebURLResponse; 21 class WebURLResponse;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 bool is_deferred_ = false; 69 bool is_deferred_ = false;
70 70
71 WeakPtrFactory<WebURLLoaderMock> weak_factory_; 71 WeakPtrFactory<WebURLLoaderMock> weak_factory_;
72 72
73 DISALLOW_COPY_AND_ASSIGN(WebURLLoaderMock); 73 DISALLOW_COPY_AND_ASSIGN(WebURLLoaderMock);
74 }; 74 };
75 75
76 } // namespace blink 76 } // namespace blink
77 77
78 #endif // WebURLLoaderMock_h 78 #endif // WebURLLoaderMock_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698