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

Unified Diff: sky/engine/core/html/parser/BackgroundHTMLParser.h

Issue 684813003: Remove wtf/Functional.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/dom/ExecutionContext.h ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/parser/BackgroundHTMLParser.h
diff --git a/sky/engine/core/html/parser/BackgroundHTMLParser.h b/sky/engine/core/html/parser/BackgroundHTMLParser.h
index c0b3a198c8ce764581e71af3df7e7244429ca0d6..11e97ee6e516ca142ad61845d7012391834e9699 100644
--- a/sky/engine/core/html/parser/BackgroundHTMLParser.h
+++ b/sky/engine/core/html/parser/BackgroundHTMLParser.h
@@ -46,7 +46,7 @@ class BackgroundHTMLParser : public DataPipeDrainer::Client {
public:
struct Configuration {
mojo::ScopedDataPipeConsumerHandle source;
- WeakPtr<HTMLDocumentParser> parser;
+ base::WeakPtr<HTMLDocumentParser> parser;
};
static base::WeakPtr<BackgroundHTMLParser> create(PassOwnPtr<Configuration>);
@@ -70,7 +70,7 @@ private:
SegmentedString m_input;
OwnPtr<HTMLToken> m_token;
OwnPtr<HTMLTokenizer> m_tokenizer;
- WeakPtr<HTMLDocumentParser> m_parser;
+ base::WeakPtr<HTMLDocumentParser> m_parser;
OwnPtr<CompactHTMLTokenStream> m_pendingTokens;
OwnPtr<TextResourceDecoder> m_decoder;
« no previous file with comments | « sky/engine/core/dom/ExecutionContext.h ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698