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

Unified Diff: extensions/browser/api/execute_code_function.h

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
Index: extensions/browser/api/execute_code_function.h
diff --git a/extensions/browser/api/execute_code_function.h b/extensions/browser/api/execute_code_function.h
index 3dd862b129db4d4bfac9051e2e8ee05273542c8f..bf984f48dd85557c5972ec817863cdb9440a77c9 100644
--- a/extensions/browser/api/execute_code_function.h
+++ b/extensions/browser/api/execute_code_function.h
@@ -50,7 +50,7 @@ class ExecuteCodeFunction : public AsyncExtensionFunction {
}
// The injection details.
- scoped_ptr<core_api::extension_types::InjectDetails> details_;
+ scoped_ptr<api::extension_types::InjectDetails> details_;
private:
// Called when contents from the file whose path is specified in JSON
« no previous file with comments | « extensions/browser/api/document_scan/mock_document_scan_interface.cc ('k') | extensions/browser/api/execute_code_function.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698