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

Unified Diff: chrome/browser/sync/test/integration/typed_urls_helper.cc

Issue 368133005: Fixes for re-enabling more MSVC level 4 warnings: chrome/browser/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment Created 6 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 | « chrome/browser/spellchecker/spellcheck_host_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/typed_urls_helper.cc
diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.cc b/chrome/browser/sync/test/integration/typed_urls_helper.cc
index 49db2d8911bf7081bb372e6c26d55af856bbbec2..13ab6c514002eca44c7f307e7befa59dae5eef35 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
@@ -181,7 +181,7 @@ bool GetUrlFromHistoryService(HistoryService* service,
const GURL& url, history::URLRow* row) {
base::CancelableTaskTracker tracker;
base::WaitableEvent wait_event(true, false);
- bool found;
+ bool found = false;
service->ScheduleDBTask(new GetUrlTask(url, row, &found, &wait_event),
&tracker);
wait_event.Wait();
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_host_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698