| Index: chrome/browser/ui/webui/components_ui.h
|
| diff --git a/chrome/browser/ui/webui/components_ui.h b/chrome/browser/ui/webui/components_ui.h
|
| index 4a4584e29a4d2357dbfc2bd5ffebc50d5819bf39..b12052bf01d7d2a1ab57432e43da54817170639f 100644
|
| --- a/chrome/browser/ui/webui/components_ui.h
|
| +++ b/chrome/browser/ui/webui/components_ui.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CHROME_BROWSER_UI_WEBUI_COMPONENTS_UI_H_
|
| #define CHROME_BROWSER_UI_WEBUI_COMPONENTS_UI_H_
|
|
|
| -#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| @@ -15,7 +14,6 @@
|
| #include "ui/base/layout.h"
|
|
|
| namespace base {
|
| -class ListValue;
|
| class RefCountedMemory;
|
| }
|
|
|
| @@ -27,7 +25,7 @@
|
|
|
| static void OnDemandUpdate(const std::string& component_id);
|
|
|
| - static std::unique_ptr<base::ListValue> LoadComponents();
|
| + static base::ListValue* LoadComponents();
|
|
|
| static base::RefCountedMemory* GetFaviconResourceBytes(
|
| ui::ScaleFactor scale_factor);
|
|
|