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

Side by Side Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2818083002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. (Closed)
Patch Set: Rebase. 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) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 17 matching lines...) Expand all
28 #define Internals_h 28 #define Internals_h
29 29
30 #include "bindings/core/v8/ExceptionState.h" 30 #include "bindings/core/v8/ExceptionState.h"
31 #include "bindings/core/v8/ScriptPromise.h" 31 #include "bindings/core/v8/ScriptPromise.h"
32 #include "bindings/core/v8/ScriptState.h" 32 #include "bindings/core/v8/ScriptState.h"
33 #include "bindings/core/v8/ScriptValue.h" 33 #include "bindings/core/v8/ScriptValue.h"
34 #include "bindings/core/v8/ScriptWrappable.h" 34 #include "bindings/core/v8/ScriptWrappable.h"
35 #include "core/css/CSSComputedStyleDeclaration.h" 35 #include "core/css/CSSComputedStyleDeclaration.h"
36 #include "core/page/scrolling/ScrollingCoordinator.h" 36 #include "core/page/scrolling/ScrollingCoordinator.h"
37 #include "platform/heap/Handle.h" 37 #include "platform/heap/Handle.h"
38 #include "wtf/Forward.h" 38 #include "platform/wtf/Forward.h"
39 #include "wtf/text/WTFString.h" 39 #include "platform/wtf/text/WTFString.h"
40 40
41 namespace blink { 41 namespace blink {
42 42
43 class Animation; 43 class Animation;
44 class CallbackFunctionTest; 44 class CallbackFunctionTest;
45 class CanvasRenderingContext; 45 class CanvasRenderingContext;
46 class ClientRect; 46 class ClientRect;
47 class ClientRectList; 47 class ClientRectList;
48 class DOMArrayBuffer; 48 class DOMArrayBuffer;
49 class DOMPoint; 49 class DOMPoint;
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 const String& marker_type, 562 const String& marker_type,
563 unsigned index, 563 unsigned index,
564 ExceptionState&); 564 ExceptionState&);
565 Member<InternalRuntimeFlags> runtime_flags_; 565 Member<InternalRuntimeFlags> runtime_flags_;
566 Member<Document> document_; 566 Member<Document> document_;
567 }; 567 };
568 568
569 } // namespace blink 569 } // namespace blink
570 570
571 #endif // Internals_h 571 #endif // Internals_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/testing/InternalSettings.h ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698