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

Unified Diff: extensions/shell/test/shell_test.h

Issue 1908953003: Convert //extensions/{common,shell} from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? 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: extensions/shell/test/shell_test.h
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index fab2d151610b4fcd0f6140fc181c7848b8f2cabb..ad2ccbb0a51207eb73aff02fc40c91443e151e7c 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -5,7 +5,8 @@
#ifndef EXTENSIONS_SHELL_TEST_SHELL_TEST_H_
#define EXTENSIONS_SHELL_TEST_SHELL_TEST_H_
-#include "base/memory/scoped_ptr.h"
+#include <memory>
+
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_base.h"
« no previous file with comments | « extensions/shell/renderer/shell_content_renderer_client.h ('k') | extensions/test/extensions_unittests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698