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

Unified Diff: chrome/browser/extensions/api/webview/webview_api.cc

Issue 23547011: Move c/b/extension/api/* into extensions namespace (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 3 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/browser/extensions/api/webview/webview_api.cc
===================================================================
--- chrome/browser/extensions/api/webview/webview_api.cc (revision 223227)
+++ chrome/browser/extensions/api/webview/webview_api.cc (working copy)
@@ -18,6 +18,8 @@
using extensions::api::tabs::InjectDetails;
namespace webview = extensions::api::webview;
+namespace extensions {
+
namespace {
int MaskForKey(const char* key) {
if (strcmp(key, extension_browsing_data_api_constants::kAppCacheKey) == 0)
@@ -308,3 +310,5 @@
guest->Terminate();
return true;
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/api/webview/webview_api.h ('k') | chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698