Remove a useless attribute in a file only built with the gyp build.
commitcb740d7f4bb87795be38aa3bfa527618f0e99eab
authorthakis <thakis@chromium.org>
Tue, 7 Jul 2015 00:46:19 +0000 (6 17:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Jul 2015 00:46:59 +0000 (7 00:46 +0000)
tree0f55aed352de1f0ce9a25795015a3401ebffe435
parentdb5f76f72a30449c649779f43f89338893756b42
Remove a useless attribute in a file only built with the gyp build.

This is a follow-up to https://codereview.chromium.org/1221073004 which was
probably authored using the gn build.

Should fix:
..\..\components/session_manager/core/session_manager.h(17,6) :  error: 'dllexport' attribute only applies to variables, functions and classes [-Werror,-Wignored-attributes]
enum SESSION_EXPORT SessionState {
     ^
..\..\components/session_manager/session_manager_export.h(12,35) :  note: expanded from macro 'SESSION_EXPORT'
                                  ^

https://codereview.chromium.org/981023002/#msg17 asks if it's intentional that
this file is built in the gyp build but not in the gn build.

No intended behavior change.

BUG=504695
TBR=benwells,nkostylev

Review URL: https://codereview.chromium.org/1220043007

Cr-Commit-Position: refs/heads/master@{#337537}
components/session_manager/core/session_manager.h