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

Unified Diff: content/common/content_paths.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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/common/content_paths.h
diff --git a/content/common/content_paths.h b/content/common/content_paths.h
index cdf07a7f521962eb77c87f89cb9c20ab2fb8e734..b2f4cce88b8ea2ad77891e6f3da6cc59ab1b6637 100644
--- a/content/common/content_paths.h
+++ b/content/common/content_paths.h
@@ -6,6 +6,8 @@
#define CONTENT_COMMON_CONTENT_PATHS_H_
#pragma once
+#include "content/common/content_export.h"
+
// This file declares path keys for the content module. These can be used with
// the PathService to access various special directories and files.
@@ -24,7 +26,7 @@ enum {
};
// Call once to register the provider for the path keys defined above.
-void RegisterPathProvider();
+CONTENT_EXPORT void RegisterPathProvider();
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698