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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 1111173002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporating Review Comments Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/loader/DocumentThreadableLoader.cpp ('k') | Source/core/loader/EmptyClients.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 9cf5195043a9ea355cf5c792c843b1453314b990..900aa35290a9d95b0307b371d930d7b4178de899 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -125,7 +125,7 @@ public:
virtual void scheduleAnimation() override { }
virtual IntRect viewportToScreen(const IntRect& r) const override { return r; }
- virtual blink::WebScreenInfo screenInfo() const override { return blink::WebScreenInfo(); }
+ virtual WebScreenInfo screenInfo() const override { return WebScreenInfo(); }
virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const override { }
virtual void mouseDidMoveOverElement(const HitTestResult&) override { }
@@ -235,14 +235,14 @@ public:
virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) override { }
virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) override { return false; }
- virtual blink::WebCookieJar* cookieJar() const override { return 0; }
+ virtual WebCookieJar* cookieJar() const override { return 0; }
virtual void didRequestAutocomplete(HTMLFormElement*) override;
- virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() override;
+ virtual PassOwnPtr<WebServiceWorkerProvider> createServiceWorkerProvider() override;
virtual bool isControlledByServiceWorker(DocumentLoader&) override { return false; }
virtual int64_t serviceWorkerID(DocumentLoader&) override { return -1; }
- virtual PassOwnPtr<blink::WebApplicationCacheHost> createApplicationCacheHost(blink::WebApplicationCacheHostClient*) override;
+ virtual PassOwnPtr<WebApplicationCacheHost> createApplicationCacheHost(WebApplicationCacheHostClient*) override;
};
class CORE_EXPORT EmptyTextCheckerClient : public TextCheckerClient {
@@ -311,6 +311,6 @@ public:
CORE_EXPORT void fillWithEmptyClients(Page::PageClients&);
-}
+} // namespace blink
#endif // EmptyClients_h
« no previous file with comments | « Source/core/loader/DocumentThreadableLoader.cpp ('k') | Source/core/loader/EmptyClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698