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

Unified Diff: chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h

Issue 10689095: browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « chrome/browser/ui/simple_message_box.h ('k') | chrome/browser/ui/views/simple_message_box_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
diff --git a/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h b/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
index 809c8abff99ced821b36428d2f9d063b38910f4e..b44c0481abd11c7be77268656f631eafe8a6bcff 100644
--- a/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
+++ b/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
@@ -8,14 +8,14 @@
namespace content {
class WebContents;
-class WebContentsViewMacDelegate;
+class WebContentsViewDelegate;
}
-namespace browser {
+namespace chrome {
content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
content::WebContents* web_contents);
-} // namespace
+} // namespace chrome
#endif // CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIEW_DELEGATE_H_
« no previous file with comments | « chrome/browser/ui/simple_message_box.h ('k') | chrome/browser/ui/views/simple_message_box_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698