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

Unified Diff: chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix OWNERS (copy from //chrome/OWNERS) Created 5 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: chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
diff --git a/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc b/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
index a3c8b00b8c0bb119c3c7a78b019e94f35a5e6a03..9a7a1cf72b6eef91d64e2f5fa06540b75e300237 100644
--- a/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
+++ b/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
@@ -23,7 +23,7 @@ namespace extensions {
class StorageSchemaManifestHandlerTest : public testing::Test {
public:
StorageSchemaManifestHandlerTest()
- : scoped_channel_(chrome::VersionInfo::CHANNEL_DEV) {}
+ : scoped_channel_(version_info::CHANNEL_DEV) {}
~StorageSchemaManifestHandlerTest() override {}

Powered by Google App Engine
This is Rietveld 408576698