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

Unified Diff: chrome/app/chrome_watcher_command_line_win_unittest.cc

Issue 1899083002: Convert //chrome from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 | « chrome/app/chrome_watcher_command_line_win.cc ('k') | chrome/app/main_dll_loader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_watcher_command_line_win_unittest.cc
diff --git a/chrome/app/chrome_watcher_command_line_win_unittest.cc b/chrome/app/chrome_watcher_command_line_win_unittest.cc
index 82bfaab2cf5045f5791e48b327ddeb1174bc2c6c..bea3c7971f6d4e134b3bbbe6a08a9426621a5291 100644
--- a/chrome/app/chrome_watcher_command_line_win_unittest.cc
+++ b/chrome/app/chrome_watcher_command_line_win_unittest.cc
@@ -84,7 +84,7 @@ class ChromeWatcherCommandLineTest : public testing::Test {
base::win::ScopedHandle event_;
TestChromeWatcherCommandLineGenerator generator_;
base::CommandLine cmd_line_;
- scoped_ptr<ChromeWatcherCommandLine> interpreted_;
+ std::unique_ptr<ChromeWatcherCommandLine> interpreted_;
};
// The corresponding death test fixture.
« no previous file with comments | « chrome/app/chrome_watcher_command_line_win.cc ('k') | chrome/app/main_dll_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698