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

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

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.h
===================================================================
--- chrome/browser/extensions/api/webview/webview_api.h (revision 223227)
+++ chrome/browser/extensions/api/webview/webview_api.h (working copy)
@@ -7,6 +7,8 @@
#include "chrome/browser/extensions/api/execute_code_function.h"
+namespace extensions {
+
class WebviewClearDataFunction : public AsyncExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("webview.clearData", WEBVIEW_CLEARDATA);
@@ -170,4 +172,6 @@
DISALLOW_COPY_AND_ASSIGN(WebviewTerminateFunction);
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_API_WEBVIEW_WEBVIEW_API_H_
« no previous file with comments | « chrome/browser/extensions/api/terminal/terminal_private_api.cc ('k') | chrome/browser/extensions/api/webview/webview_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698