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

Unified Diff: extensions/browser/test_runtime_api_delegate.cc

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « extensions/browser/test_runtime_api_delegate.h ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_runtime_api_delegate.cc
diff --git a/extensions/browser/test_runtime_api_delegate.cc b/extensions/browser/test_runtime_api_delegate.cc
index 900ef8559bb3f7f0f024d7d18e76a082676a7a94..d9624b5839d79cb94fb6296177b013b58527694b 100644
--- a/extensions/browser/test_runtime_api_delegate.cc
+++ b/extensions/browser/test_runtime_api_delegate.cc
@@ -8,7 +8,7 @@
namespace extensions {
-using core_api::runtime::PlatformInfo;
+using api::runtime::PlatformInfo;
TestRuntimeAPIDelegate::TestRuntimeAPIDelegate() {
}
@@ -42,7 +42,7 @@ void TestRuntimeAPIDelegate::OpenURL(const GURL& uninstall_url) {
bool TestRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) {
// TODO(rockot): This probably isn't right. Maybe this delegate should just
// support manual PlatformInfo override for tests if necessary.
- info->os = core_api::runtime::PLATFORM_OS_CROS;
+ info->os = api::runtime::PLATFORM_OS_CROS;
return true;
}
« no previous file with comments | « extensions/browser/test_runtime_api_delegate.h ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698