| Index: content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h (revision 147462)
|
| +++ content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h (working copy)
|
| @@ -12,6 +12,8 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "content/browser/renderer_host/render_widget_host_view_mac.h"
|
|
|
| +namespace content {
|
| +
|
| // This class mimics the behavior of WebKit's WebView class in a way that makes
|
| // sense for Chrome.
|
| //
|
| @@ -66,4 +68,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewMacEditCommandHelper);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MAC_EDITCOMMAND_HELPER_H_
|
|
|