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

Unified Diff: content/public/browser/render_widget_host_view_mac_delegate.h

Issue 9307063: Split TabContentsViewMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 8 years, 11 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: content/public/browser/render_widget_host_view_mac_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac_delegate.h b/content/public/browser/render_widget_host_view_mac_delegate.h
similarity index 80%
rename from content/browser/renderer_host/render_widget_host_view_mac_delegate.h
rename to content/public/browser/render_widget_host_view_mac_delegate.h
index fa621f01c6e9a1491bc014bdc4f8c3def2e295a7..0518bdc1313e9327c2a47273991d55b5b79c5bb3 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac_delegate.h
+++ b/content/public/browser/render_widget_host_view_mac_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_
-#define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_
+#ifndef CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_
+#define CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_
#pragma once
#import <Cocoa/Cocoa.h>
@@ -14,8 +14,8 @@
// - Implement any method, and if the view is requested to perform that method
// and cannot, the delegate's implementation will be used.
//
-// Like any delegate, it is not retained by the delegator object. The delegator
-// object will call the -viewGone: method when it is going away.
+// Like any Objective-C delegate, it is not retained by the delegator object.
+// The delegator object will call the -viewGone: method when it is going away.
@protocol RenderWidgetHostViewMacDelegate
@optional
@@ -44,4 +44,4 @@
@end
-#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_
+#endif // CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698