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

Unified Diff: media/base/android/cookie_getter.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 years, 1 month 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
« no previous file with comments | « crypto/openssl_util.h ('k') | media/base/android/media_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/cookie_getter.h
diff --git a/media/base/android/cookie_getter.h b/media/base/android/cookie_getter.h
index e076159aba1bccd7ac012785229c0af085595e5c..bf7cc55d7fe21e1ed570c3d2a78cfd9adec04d1a 100644
--- a/media/base/android/cookie_getter.h
+++ b/media/base/android/cookie_getter.h
@@ -8,11 +8,12 @@
#include <string>
#include "base/callback.h"
+#include "media/base/media_export.h"
namespace media {
// Class for asynchronously retrieving the cookies for a given URL.
-class CookieGetter {
+class MEDIA_EXPORT CookieGetter {
public:
typedef base::Callback<void(const std::string&)> GetCookieCB;
virtual ~CookieGetter();
« no previous file with comments | « crypto/openssl_util.h ('k') | media/base/android/media_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698