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

Side by Side Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (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) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 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 18 matching lines...) Expand all
29 */ 29 */
30 30
31 #ifndef WebLocalFrameImpl_h 31 #ifndef WebLocalFrameImpl_h
32 #define WebLocalFrameImpl_h 32 #define WebLocalFrameImpl_h
33 33
34 #include "core/editing/VisiblePosition.h" 34 #include "core/editing/VisiblePosition.h"
35 #include "core/frame/ContentSettingsClient.h" 35 #include "core/frame/ContentSettingsClient.h"
36 #include "core/frame/LocalFrame.h" 36 #include "core/frame/LocalFrame.h"
37 #include "platform/geometry/FloatRect.h" 37 #include "platform/geometry/FloatRect.h"
38 #include "platform/heap/SelfKeepAlive.h" 38 #include "platform/heap/SelfKeepAlive.h"
39 #include "platform/wtf/Compiler.h"
40 #include "platform/wtf/text/WTFString.h"
39 #include "public/platform/WebFileSystemType.h" 41 #include "public/platform/WebFileSystemType.h"
40 #include "public/web/WebLocalFrame.h" 42 #include "public/web/WebLocalFrame.h"
41 #include "web/LocalFrameClientImpl.h" 43 #include "web/LocalFrameClientImpl.h"
42 #include "web/UserMediaClientImpl.h" 44 #include "web/UserMediaClientImpl.h"
43 #include "web/WebExport.h" 45 #include "web/WebExport.h"
44 #include "web/WebFrameImplBase.h" 46 #include "web/WebFrameImplBase.h"
45 #include "web/WebFrameWidgetBase.h" 47 #include "web/WebFrameWidgetBase.h"
46 #include "web/WebInputMethodControllerImpl.h" 48 #include "web/WebInputMethodControllerImpl.h"
47 #include "wtf/Compiler.h"
48 #include "wtf/text/WTFString.h"
49 49
50 #include <memory> 50 #include <memory>
51 51
52 namespace blink { 52 namespace blink {
53 53
54 class ChromePrintContext; 54 class ChromePrintContext;
55 class IntSize; 55 class IntSize;
56 class KURL; 56 class KURL;
57 class ScrollableArea; 57 class ScrollableArea;
58 class SharedWorkerRepositoryClientImpl; 58 class SharedWorkerRepositoryClientImpl;
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 516
517 DEFINE_TYPE_CASTS(WebLocalFrameImpl, 517 DEFINE_TYPE_CASTS(WebLocalFrameImpl,
518 WebFrame, 518 WebFrame,
519 frame, 519 frame,
520 frame->isWebLocalFrame(), 520 frame->isWebLocalFrame(),
521 frame.isWebLocalFrame()); 521 frame.isWebLocalFrame());
522 522
523 } // namespace blink 523 } // namespace blink
524 524
525 #endif 525 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebLabelElement.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698