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

Unified Diff: content/browser/renderer_host/render_message_filter_win.cc

Issue 10804031: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/browser/renderer_host/render_message_filter_win.cc
===================================================================
--- content/browser/renderer_host/render_message_filter_win.cc (revision 147462)
+++ content/browser/renderer_host/render_message_filter_win.cc (working copy)
@@ -8,6 +8,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/win/WebScreenInfoFactory.h"
+namespace content {
namespace {
// Returns the "visible window rect" for |window|, defined roughly as "what the
@@ -34,7 +35,7 @@
return rect;
}
-}
+} // namespace
// TODO(shess): Provide a mapping from reply_msg->routing_id() to HWND
// so that we can eliminate the NativeViewId parameter.
@@ -49,3 +50,5 @@
*rect = GetVisibleWindowRect(GetAncestor(gfx::NativeViewFromId(window_id),
GA_ROOT));
}
+
+} // namespace content
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698