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

Side by Side Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2818613003: Rewrite references to "wtf/" to "platform/wtf/" in core/frame. (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) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights
3 * reserved. 3 * reserved.
4 * Copyright (C) 2012 Google Inc. All rights reserved. 4 * Copyright (C) 2012 Google Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 9 *
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 29 matching lines...) Expand all
40 #include "core/frame/FrameTypes.h" 40 #include "core/frame/FrameTypes.h"
41 #include "core/html/LinkResource.h" 41 #include "core/html/LinkResource.h"
42 #include "core/loader/FrameLoadRequest.h" 42 #include "core/loader/FrameLoadRequest.h"
43 #include "core/loader/FrameLoaderTypes.h" 43 #include "core/loader/FrameLoaderTypes.h"
44 #include "core/loader/NavigationPolicy.h" 44 #include "core/loader/NavigationPolicy.h"
45 #include "platform/heap/Handle.h" 45 #include "platform/heap/Handle.h"
46 #include "platform/loader/fetch/ResourceLoadPriority.h" 46 #include "platform/loader/fetch/ResourceLoadPriority.h"
47 #include "platform/loader/fetch/ResourceLoaderOptions.h" 47 #include "platform/loader/fetch/ResourceLoaderOptions.h"
48 #include "platform/network/ContentSecurityPolicyParsers.h" 48 #include "platform/network/ContentSecurityPolicyParsers.h"
49 #include "platform/weborigin/Referrer.h" 49 #include "platform/weborigin/Referrer.h"
50 #include "platform/wtf/Forward.h"
51 #include "platform/wtf/Vector.h"
50 #include "public/platform/WebContentSecurityPolicyStruct.h" 52 #include "public/platform/WebContentSecurityPolicyStruct.h"
51 #include "public/platform/WebEffectiveConnectionType.h" 53 #include "public/platform/WebEffectiveConnectionType.h"
52 #include "public/platform/WebFeaturePolicy.h" 54 #include "public/platform/WebFeaturePolicy.h"
53 #include "public/platform/WebInsecureRequestPolicy.h" 55 #include "public/platform/WebInsecureRequestPolicy.h"
54 #include "public/platform/WebLoadingBehaviorFlag.h" 56 #include "public/platform/WebLoadingBehaviorFlag.h"
55 #include "v8/include/v8.h" 57 #include "v8/include/v8.h"
56 #include "wtf/Forward.h"
57 #include "wtf/Vector.h"
58 58
59 namespace blink { 59 namespace blink {
60 60
61 class Document; 61 class Document;
62 class DocumentLoader; 62 class DocumentLoader;
63 struct FrameLoadRequest; 63 struct FrameLoadRequest;
64 class HTMLFormElement; 64 class HTMLFormElement;
65 class HTMLFrameOwnerElement; 65 class HTMLFrameOwnerElement;
66 class HTMLMediaElement; 66 class HTMLMediaElement;
67 class HTMLPlugInElement; 67 class HTMLPlugInElement;
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 virtual void SetHasReceivedUserGesture(bool received_previously) {} 316 virtual void SetHasReceivedUserGesture(bool received_previously) {}
317 317
318 virtual void AbortClientNavigation() {} 318 virtual void AbortClientNavigation() {}
319 319
320 virtual TextCheckerClient& GetTextCheckerClient() const = 0; 320 virtual TextCheckerClient& GetTextCheckerClient() const = 0;
321 }; 321 };
322 322
323 } // namespace blink 323 } // namespace blink
324 324
325 #endif // LocalFrameClient_h 325 #endif // LocalFrameClient_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/core/frame/Location.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698