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

Unified Diff: remoting/host/config_file_watcher_unittest.cc

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU 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
« no previous file with comments | « remoting/host/config_file_watcher.cc ('k') | remoting/host/continue_window_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/config_file_watcher_unittest.cc
diff --git a/remoting/host/config_file_watcher_unittest.cc b/remoting/host/config_file_watcher_unittest.cc
index ec52b22968910470deccd2c9398b7f6fca992fcc..bdb9156b6bd445c9a64202ca2ae7c57c64095b52 100644
--- a/remoting/host/config_file_watcher_unittest.cc
+++ b/remoting/host/config_file_watcher_unittest.cc
@@ -59,7 +59,7 @@ class ConfigFileWatcherTest : public testing::Test {
base::FilePath config_file_;
// The configuration file watcher that is being tested.
- scoped_ptr<ConfigFileWatcher> watcher_;
+ std::unique_ptr<ConfigFileWatcher> watcher_;
};
ConfigFileWatcherTest::ConfigFileWatcherTest() {
« no previous file with comments | « remoting/host/config_file_watcher.cc ('k') | remoting/host/continue_window_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698