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

Side by Side Diff: chrome/browser/ui/views/ime/ime_window_view.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_VIEWS_IME_IME_WINDOW_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_IME_IME_WINDOW_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_IME_IME_WINDOW_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_IME_IME_WINDOW_VIEW_H_
7 7
8 #include <memory>
8 #include <string> 9 #include <string>
9 10
10 #include "base/memory/scoped_ptr.h"
11 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
12 #include "chrome/browser/ui/ime/ime_native_window.h" 12 #include "chrome/browser/ui/ime/ime_native_window.h"
13 #include "chrome/browser/ui/ime/ime_window.h" 13 #include "chrome/browser/ui/ime/ime_window.h"
14 #include "content/public/browser/notification_observer.h" 14 #include "content/public/browser/notification_observer.h"
15 #include "content/public/browser/notification_registrar.h" 15 #include "content/public/browser/notification_registrar.h"
16 #include "content/public/browser/web_contents_observer.h" 16 #include "content/public/browser/web_contents_observer.h"
17 #include "extensions/browser/extension_icon_image.h" 17 #include "extensions/browser/extension_icon_image.h"
18 #include "ui/gfx/geometry/rect.h" 18 #include "ui/gfx/geometry/rect.h"
19 #include "ui/gfx/image/image.h" 19 #include "ui/gfx/image/image.h"
20 #include "ui/views/widget/widget_delegate.h" 20 #include "ui/views/widget/widget_delegate.h"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 // The web view control which hosts the web contents. 101 // The web view control which hosts the web contents.
102 views::WebView* web_view_; 102 views::WebView* web_view_;
103 103
104 DISALLOW_COPY_AND_ASSIGN(ImeWindowView); 104 DISALLOW_COPY_AND_ASSIGN(ImeWindowView);
105 }; 105 };
106 106
107 } // namespace ui 107 } // namespace ui
108 108
109 #endif // CHROME_BROWSER_UI_VIEWS_IME_IME_WINDOW_VIEW_H_ 109 #endif // CHROME_BROWSER_UI_VIEWS_IME_IME_WINDOW_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ime/ime_window_browsertest.cc ('k') | chrome/browser/ui/views/ime/input_ime_apitest_nonchromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698