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

Unified Diff: chrome/browser/extensions/all_urls_apitest.cc

Issue 2172043002: chrome/browser/extensions: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | chrome/browser/extensions/api/cast_devices_private/cast_devices_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/all_urls_apitest.cc
diff --git a/chrome/browser/extensions/all_urls_apitest.cc b/chrome/browser/extensions/all_urls_apitest.cc
index e1e8a6ca12b3cb45fd0c99d76580b61b444c4d57..9eb28309986c4f3b98b6a96b030e244583991e1a 100644
--- a/chrome/browser/extensions/all_urls_apitest.cc
+++ b/chrome/browser/extensions/all_urls_apitest.cc
@@ -71,7 +71,7 @@ class AllUrlsApiTest : public ExtensionApiTest {
IN_PROC_BROWSER_TEST_F(AllUrlsApiTest, WhitelistedExtension) {
WhitelistExtensions();
- auto bystander = LoadExtension(
+ auto* bystander = LoadExtension(
test_data_dir_.AppendASCII("all_urls").AppendASCII("bystander"));
ASSERT_TRUE(bystander);
« no previous file with comments | « no previous file | chrome/browser/extensions/api/cast_devices_private/cast_devices_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698