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

Unified Diff: content/common/serialized_script_value.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now 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/common/serialized_script_value.h
diff --git a/content/common/serialized_script_value.h b/content/common/serialized_script_value.h
index 735229806f353d86752324448ff829934dee225e..9bbf6a16a3e20903cdecb0a69b253b5264df63f8 100644
--- a/content/common/serialized_script_value.h
+++ b/content/common/serialized_script_value.h
@@ -7,12 +7,13 @@
#pragma once
#include "base/string16.h"
+#include "content/common/content_export.h"
namespace WebKit {
class WebSerializedScriptValue;
}
-class SerializedScriptValue {
+class CONTENT_EXPORT SerializedScriptValue {
public:
SerializedScriptValue();
SerializedScriptValue(bool is_null, bool is_invalid, const string16& data);

Powered by Google App Engine
This is Rietveld 408576698