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

Unified Diff: services/files/file_impl.h

Issue 1060683002: Update clang, re-enable checker, fix issues it flags (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
Index: services/files/file_impl.h
diff --git a/services/files/file_impl.h b/services/files/file_impl.h
index 58fa94cca4648964f1ab98ce15496a621f14b285..355b11799f5d5b5314b47aab4915277f05dfcfad 100644
--- a/services/files/file_impl.h
+++ b/services/files/file_impl.h
@@ -55,7 +55,7 @@ class FileImpl : public File {
void AsBuffer(const AsBufferCallback& callback) override;
void Ioctl(uint32_t request,
Array<uint32_t> in_values,
- const IoctlCallback& callback);
+ const IoctlCallback& callback) override;
private:
StrongBinding<File> binding_;

Powered by Google App Engine
This is Rietveld 408576698