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

Unified Diff: content/browser/renderer_host/render_view_host_factory.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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_view_host_factory.h
diff --git a/content/browser/renderer_host/render_view_host_factory.h b/content/browser/renderer_host/render_view_host_factory.h
index 5d0f58d7780a9811483a965c94c461db41349536..267dcf229af321c6be440adf5cffd41d57ed37cf 100644
--- a/content/browser/renderer_host/render_view_host_factory.h
+++ b/content/browser/renderer_host/render_view_host_factory.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,6 +7,7 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
class RenderViewHost;
class RenderViewHostDelegate;
@@ -59,7 +60,7 @@ class RenderViewHostFactory {
private:
// The current globally registered factory. This is NULL when we should
// create the default RenderViewHosts.
- static RenderViewHostFactory* factory_;
+ CONTENT_EXPORT static RenderViewHostFactory* factory_;
DISALLOW_COPY_AND_ASSIGN(RenderViewHostFactory);
};

Powered by Google App Engine
This is Rietveld 408576698