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

Unified Diff: chrome/browser/extensions/api/inline_install_private/inline_install_private_api.h

Issue 1871713002: Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix header 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: chrome/browser/extensions/api/inline_install_private/inline_install_private_api.h
diff --git a/chrome/browser/extensions/api/inline_install_private/inline_install_private_api.h b/chrome/browser/extensions/api/inline_install_private/inline_install_private_api.h
index 1c04f7cd38a0c36533a8dc91a51f81051d144b3c..c08091c9ac864f63a127706aff9ae87035761ad2 100644
--- a/chrome/browser/extensions/api/inline_install_private/inline_install_private_api.h
+++ b/chrome/browser/extensions/api/inline_install_private/inline_install_private_api.h
@@ -5,7 +5,8 @@
#ifndef CHROME_BROWSER_EXTENSIONS_API_INLINE_INSTALL_PRIVATE_INLINE_INSTALL_PRIVATE_API_H_
#define CHROME_BROWSER_EXTENSIONS_API_INLINE_INSTALL_PRIVATE_INLINE_INSTALL_PRIVATE_API_H_
-#include "base/memory/scoped_ptr.h"
+#include <memory>
+
#include "chrome/common/extensions/webstore_install_result.h"
#include "extensions/browser/extension_function.h"

Powered by Google App Engine
This is Rietveld 408576698