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

Side by Side Diff: chrome/browser/ui/webui/fallback_icon_source.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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_
6 #define CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_ 6 #define CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_
7 7
8 #include <memory>
8 #include <string> 9 #include <string>
9 10
10 #include "base/macros.h" 11 #include "base/macros.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "content/public/browser/url_data_source.h" 12 #include "content/public/browser/url_data_source.h"
13 13
14 class GURL; 14 class GURL;
15 15
16 namespace favicon_base { 16 namespace favicon_base {
17 struct FallbackIconStyle; 17 struct FallbackIconStyle;
18 } 18 }
19 19
20 namespace favicon { 20 namespace favicon {
21 class FallbackIconService; 21 class FallbackIconService;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 // Sends the default fallback icon. 80 // Sends the default fallback icon.
81 void SendDefaultResponse( 81 void SendDefaultResponse(
82 const content::URLDataSource::GotDataCallback& callback); 82 const content::URLDataSource::GotDataCallback& callback);
83 83
84 favicon::FallbackIconService* fallback_icon_service_; 84 favicon::FallbackIconService* fallback_icon_service_;
85 85
86 DISALLOW_COPY_AND_ASSIGN(FallbackIconSource); 86 DISALLOW_COPY_AND_ASSIGN(FallbackIconSource);
87 }; 87 };
88 88
89 #endif // CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_ 89 #endif // CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/extensions/install_extension_handler.cc ('k') | chrome/browser/ui/webui/fileicon_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698