| Index: content/browser/host_zoom_map_impl.cc
|
| ===================================================================
|
| --- content/browser/host_zoom_map_impl.cc (revision 290677)
|
| +++ content/browser/host_zoom_map_impl.cc (working copy)
|
| @@ -23,12 +23,12 @@
|
| #include "content/public/common/page_zoom.h"
|
| #include "net/base/net_util.h"
|
|
|
| -static const char* kHostZoomMapKeyName = "content_host_zoom_map";
|
| -
|
| namespace content {
|
|
|
| namespace {
|
|
|
| +const char kHostZoomMapKeyName[] = "content_host_zoom_map";
|
| +
|
| std::string GetHostFromProcessView(int render_process_id, int render_view_id) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| RenderViewHost* render_view_host =
|
|
|