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

Unified Diff: base/android/activity_status.h

Issue 14948004: Fix BASE_EXPORT keyword position in activity_status.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/activity_status.h
diff --git a/base/android/activity_status.h b/base/android/activity_status.h
index 554340cc6f821b7b19244b44e07fad5fd36191a4..7975a789cd09d0fff73378dceebbdf15b7229943 100644
--- a/base/android/activity_status.h
+++ b/base/android/activity_status.h
@@ -8,6 +8,7 @@
#include <jni.h>
#include "base/android/jni_android.h"
+#include "base/base_export.h"
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/memory/singleton.h"
@@ -49,7 +50,7 @@ enum ActivityState {
// // Stop listening.
// delete my_listener
//
-BASE_EXPORT class ActivityStatus {
+class BASE_EXPORT ActivityStatus {
public:
typedef base::Callback<void(ActivityState)> StateChangeCallback;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698