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

Unified Diff: components/autofill/core/browser/autofill_download_manager_unittest.cc

Issue 404553008: Rename autofill_download.{cc,h} to autofill_download_manager.{cc,h}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN build (again) 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
Index: components/autofill/core/browser/autofill_download_manager_unittest.cc
diff --git a/components/autofill/core/browser/autofill_download_unittest.cc b/components/autofill/core/browser/autofill_download_manager_unittest.cc
similarity index 99%
rename from components/autofill/core/browser/autofill_download_unittest.cc
rename to components/autofill/core/browser/autofill_download_manager_unittest.cc
index b568e794067faf50b3afeb304a824e35c2274f53..976d58e92aff2ae20c1c4b78557cc5e105eb722e 100644
--- a/components/autofill/core/browser/autofill_download_unittest.cc
+++ b/components/autofill/core/browser/autofill_download_manager_unittest.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "components/autofill/core/browser/autofill_download_manager.h"
+
#include <list>
#include "base/message_loop/message_loop.h"
@@ -9,7 +11,6 @@
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/test/test_timeouts.h"
-#include "components/autofill/core/browser/autofill_download.h"
#include "components/autofill/core/browser/autofill_field.h"
#include "components/autofill/core/browser/autofill_metrics.h"
#include "components/autofill/core/browser/autofill_test_utils.h"

Powered by Google App Engine
This is Rietveld 408576698