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

Unified Diff: chrome/common/extensions/manifest_tests/chrome_manifest_test.cc

Issue 1269773002: Cleanup VersionInfo after componentization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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: chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
diff --git a/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc b/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
index 956c229119d3af253ee708d893393a4084cc7b14..1274bc65c4ea769e1d338cf979fbe7e1865d3388 100644
--- a/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
+++ b/chrome/common/extensions/manifest_tests/chrome_manifest_test.cc
@@ -7,7 +7,7 @@
#include "base/files/file_path.h"
#include "base/path_service.h"
#include "chrome/common/chrome_paths.h"
-#include "chrome/common/chrome_version_info.h"
+#include "components/version_info/version_info.h"
ChromeManifestTest::ChromeManifestTest()
// CHANNEL_UNKNOWN == trunk.

Powered by Google App Engine
This is Rietveld 408576698