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

Unified Diff: components/component_updater/test/test_installer.cc

Issue 493953002: Componentize component_updater: Move a bunch of tests to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put test data file move in separate CLs. Created 6 years, 4 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/component_updater/test/test_installer.cc
diff --git a/chrome/browser/component_updater/test/test_installer.cc b/components/component_updater/test/test_installer.cc
similarity index 97%
rename from chrome/browser/component_updater/test/test_installer.cc
rename to components/component_updater/test/test_installer.cc
index 2f1a7bc3861f0b23914063414523429a90664c4c..a32f43f0c1387c8bfdac01e62f143b07b51b982f 100644
--- a/chrome/browser/component_updater/test/test_installer.cc
+++ b/components/component_updater/test/test_installer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/component_updater/test/test_installer.h"
+#include "components/component_updater/test/test_installer.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698