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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 1083093004: Removing unnecessary blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: trybot fixing 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/modules/netinfo/NetworkInformation.cpp ('k') | Source/web/InspectorOverlayImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 995232eccf5bc8778623b482f56a23143ebfa5ed..c021c47b7f86e55e79cf39b3a9d887584ccda8f1 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -141,7 +141,7 @@ public:
virtual void exitFullScreenForElement(Element*) override;
virtual void clearCompositedSelection() override;
- virtual void updateCompositedSelection(const blink::CompositedSelection&) override;
+ virtual void updateCompositedSelection(const CompositedSelection&) override;
// ChromeClient methods:
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;
« no previous file with comments | « Source/modules/netinfo/NetworkInformation.cpp ('k') | Source/web/InspectorOverlayImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698