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

Unified Diff: gpu/vulkan/vulkan_implementation.h

Issue 1859703002: convert //gpu to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo part of clang-format Created 4 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
Index: gpu/vulkan/vulkan_implementation.h
diff --git a/gpu/vulkan/vulkan_implementation.h b/gpu/vulkan/vulkan_implementation.h
index fa8639d6d846fbea8138279b73f5211ddb580f49..2a6ed8716b694c6ca92266aaea6c897cdd645af5 100644
--- a/gpu/vulkan/vulkan_implementation.h
+++ b/gpu/vulkan/vulkan_implementation.h
@@ -7,7 +7,7 @@
#include <vulkan/vulkan.h>
-#include "base/memory/scoped_ptr.h"
+#include <memory>
no sievers 2016/04/05 19:02:42 unused
Mostyn Bramley-Moore 2016/04/05 21:35:33 Removed.
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698