Skip to content

Commit

Permalink
Merge pull request #828 from brave/android_build_fix
Browse files Browse the repository at this point in the history
android build failed fix
  • Loading branch information
SergeyZhukovsky authored Nov 7, 2018
2 parents db35ae0 + f574114 commit 62dfbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_rewards/browser/rewards_service_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "chrome/browser/profiles/profile.h"
#include "components/favicon/core/favicon_service.h"
#include "components/favicon_base/favicon_types.h"
#include "components/grit/brave_components_resources.h"
#include "content/public/browser/browser_task_traits.h"
#include "content_site.h"
#include "extensions/buildflags/buildflags.h"
Expand All @@ -55,6 +54,7 @@

#if !defined(OS_ANDROID)
#include "brave/components/brave_rewards/resources/grit/brave_rewards_resources.h"
#include "components/grit/brave_components_resources.h"
#else
#include "components/grit/components_resources.h"
#endif
Expand Down

0 comments on commit 62dfbc2

Please sign in to comment.