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

Unified Diff: public/platform/WebInbandTextTrack.h

Issue 61763010: Move WebInbandTextTrack/WebInbandTextTrackClient to public/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: simplify Created 7 years, 1 month 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 | « no previous file | public/platform/WebInbandTextTrackClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebInbandTextTrack.h
diff --git a/public/web/WebInbandTextTrack.h b/public/platform/WebInbandTextTrack.h
similarity index 98%
copy from public/web/WebInbandTextTrack.h
copy to public/platform/WebInbandTextTrack.h
index 3aaf8b8bcae7534b54dca7ab5312c1f71cca6485..699c98563bc456da1263777e508a3d5558e8d4eb 100644
--- a/public/web/WebInbandTextTrack.h
+++ b/public/platform/WebInbandTextTrack.h
@@ -54,7 +54,7 @@ public:
ModeShowing
};
- virtual ~WebInbandTextTrack() {}
+ virtual ~WebInbandTextTrack() { }
virtual void setClient(WebInbandTextTrackClient*) = 0;
virtual WebInbandTextTrackClient* client() = 0;
« no previous file with comments | « no previous file | public/platform/WebInbandTextTrackClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698