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

Unified Diff: mojo/public/cpp/system/buffer.h

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix Clipboard.java 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: mojo/public/cpp/system/buffer.h
diff --git a/mojo/public/cpp/system/buffer.h b/mojo/public/cpp/system/buffer.h
index 9458c0aec7bd804f7027a5c1c897f206b0a2daa4..fcfa0d6fb927eca78ae8d2f9dfac6a477ce50147 100644
--- a/mojo/public/cpp/system/buffer.h
+++ b/mojo/public/cpp/system/buffer.h
@@ -124,9 +124,6 @@ inline SharedBuffer::SharedBuffer(
assert(result == MOJO_RESULT_OK);
}
-inline SharedBuffer::~SharedBuffer() {
-}
-
} // namespace mojo
#endif // MOJO_PUBLIC_CPP_SYSTEM_BUFFER_H_

Powered by Google App Engine
This is Rietveld 408576698