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

Unified Diff: public/web/WebTextCheckingCompletion.h

Issue 454103003: Cleanup namespace usage in public/web/Web[N-Z]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « public/web/WebTextAreaElement.h ('k') | public/web/WebTextCheckingResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebTextCheckingCompletion.h
diff --git a/public/web/WebTextCheckingCompletion.h b/public/web/WebTextCheckingCompletion.h
index a63995466c061b6d2bb477413894c02c8ffd9dee..66acbb0be7a8587ac7bc896920716b773b079846 100644
--- a/public/web/WebTextCheckingCompletion.h
+++ b/public/web/WebTextCheckingCompletion.h
@@ -43,6 +43,7 @@ class WebTextCheckingCompletion {
public:
virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) = 0;
virtual void didCancelCheckingText() { };
+
protected:
~WebTextCheckingCompletion() { }
};
« no previous file with comments | « public/web/WebTextAreaElement.h ('k') | public/web/WebTextCheckingResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698