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

Side by Side Diff: third_party/WebKit/Source/core/loader/LinkLoader.h

Issue 2815053002: Rewrite references to "wtf/" to "platform/wtf/" in core/loader. (Closed)
Patch Set: Created 3 years, 8 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 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 21 matching lines...) Expand all
32 #ifndef LinkLoader_h 32 #ifndef LinkLoader_h
33 #define LinkLoader_h 33 #define LinkLoader_h
34 34
35 #include "core/CoreExport.h" 35 #include "core/CoreExport.h"
36 #include "core/loader/LinkLoaderClient.h" 36 #include "core/loader/LinkLoaderClient.h"
37 #include "core/loader/resource/LinkPreloadResourceClients.h" 37 #include "core/loader/resource/LinkPreloadResourceClients.h"
38 #include "platform/CrossOriginAttributeValue.h" 38 #include "platform/CrossOriginAttributeValue.h"
39 #include "platform/PrerenderClient.h" 39 #include "platform/PrerenderClient.h"
40 #include "platform/loader/fetch/ResourceClient.h" 40 #include "platform/loader/fetch/ResourceClient.h"
41 #include "platform/loader/fetch/ResourceOwner.h" 41 #include "platform/loader/fetch/ResourceOwner.h"
42 #include "wtf/Optional.h" 42 #include "platform/wtf/Optional.h"
43 43
44 namespace blink { 44 namespace blink {
45 45
46 class Document; 46 class Document;
47 class LinkRelAttribute; 47 class LinkRelAttribute;
48 class NetworkHintsInterface; 48 class NetworkHintsInterface;
49 class PrerenderHandle; 49 class PrerenderHandle;
50 struct ViewportDescriptionWrapper; 50 struct ViewportDescriptionWrapper;
51 51
52 // The LinkLoader can load link rel types icon, dns-prefetch, subresource, 52 // The LinkLoader can load link rel types icon, dns-prefetch, subresource,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 TaskRunnerTimer<LinkLoader> link_load_timer_; 119 TaskRunnerTimer<LinkLoader> link_load_timer_;
120 TaskRunnerTimer<LinkLoader> link_loading_error_timer_; 120 TaskRunnerTimer<LinkLoader> link_loading_error_timer_;
121 121
122 Member<PrerenderHandle> prerender_; 122 Member<PrerenderHandle> prerender_;
123 Member<LinkPreloadResourceClient> link_preload_resource_client_; 123 Member<LinkPreloadResourceClient> link_preload_resource_client_;
124 }; 124 };
125 125
126 } // namespace blink 126 } // namespace blink
127 127
128 #endif 128 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/ImageLoader.cpp ('k') | third_party/WebKit/Source/core/loader/MixedContentChecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698