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

Unified Diff: chrome/browser/ui/app_list/launcher_page_event_dispatcher.h

Issue 1865213004: Convert //chrome/browser/ui 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: chrome/browser/ui/app_list/launcher_page_event_dispatcher.h
diff --git a/chrome/browser/ui/app_list/launcher_page_event_dispatcher.h b/chrome/browser/ui/app_list/launcher_page_event_dispatcher.h
index adc84259679a4bebad9c7a8267d47e38655dd21a..def4692e5861699c5a910361aa0581a7a715e71b 100644
--- a/chrome/browser/ui/app_list/launcher_page_event_dispatcher.h
+++ b/chrome/browser/ui/app_list/launcher_page_event_dispatcher.h
@@ -5,10 +5,10 @@
#ifndef CHROME_BROWSER_UI_APP_LIST_LAUNCHER_PAGE_EVENT_DISPATCHER_H_
#define CHROME_BROWSER_UI_APP_LIST_LAUNCHER_PAGE_EVENT_DISPATCHER_H_
+#include <memory>
#include <string>
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "extensions/browser/event_router.h"
#include "extensions/browser/extension_event_histogram_value.h"
@@ -32,7 +32,7 @@ class LauncherPageEventDispatcher {
private:
// Dispatches |event| to |extension_id_|.
- void DispatchEvent(scoped_ptr<extensions::Event> event);
+ void DispatchEvent(std::unique_ptr<extensions::Event> event);
Profile* profile_;
std::string extension_id_;
« no previous file with comments | « chrome/browser/ui/app_list/fast_show_pickler.cc ('k') | chrome/browser/ui/app_list/launcher_page_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698