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

Side by Side Diff: ios/web/webui/web_ui_ios_impl.h

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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
« no previous file with comments | « ios/web/webui/url_data_manager_ios_backend.h ('k') | media/base/android/media_player_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 IOS_WEB_WEBUI_WEB_UI_IOS_IMPL_H_ 5 #ifndef IOS_WEB_WEBUI_WEB_UI_IOS_IMPL_H_
6 #define IOS_WEB_WEBUI_WEB_UI_IOS_IMPL_H_ 6 #define IOS_WEB_WEBUI_WEB_UI_IOS_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/scoped_vector.h" 13 #include "base/memory/scoped_vector.h"
13 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
14 #include "ios/public/provider/web/web_ui_ios.h" 15 #include "ios/public/provider/web/web_ui_ios.h"
15 16
16 namespace web { 17 namespace web {
17 class WebStateImpl; 18 class WebStateImpl;
18 } 19 }
19 20
20 namespace web { 21 namespace web {
21 22
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 WebStateImpl* web_state_; 71 WebStateImpl* web_state_;
71 72
72 scoped_ptr<WebUIIOSController> controller_; 73 scoped_ptr<WebUIIOSController> controller_;
73 74
74 DISALLOW_COPY_AND_ASSIGN(WebUIIOSImpl); 75 DISALLOW_COPY_AND_ASSIGN(WebUIIOSImpl);
75 }; 76 };
76 77
77 } // namespace web 78 } // namespace web
78 79
79 #endif // IOS_WEB_WEBUI_WEB_UI_IOS_IMPL_H_ 80 #endif // IOS_WEB_WEBUI_WEB_UI_IOS_IMPL_H_
OLDNEW
« no previous file with comments | « ios/web/webui/url_data_manager_ios_backend.h ('k') | media/base/android/media_player_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698