From be363b2ae7d3ebc594d6db53313985b07977d80b Mon Sep 17 00:00:00 2001 From: "yfriedman@chromium.org" Date: Thu, 1 Nov 2012 17:38:47 +0000 Subject: First step towards component build for Android. Add symbol exports needed to build content shell. BUG=158821 Review URL: https://codereview.chromium.org/11368031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165420 0039d316-1c4b-4281-b951-d872f2087c98 --- content/app/android/content_main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'content/app/android') diff --git a/content/app/android/content_main.cc b/content/app/android/content_main.cc index 0e146c4e..4059de4 100644 --- a/content/app/android/content_main.cc +++ b/content/app/android/content_main.cc @@ -8,6 +8,7 @@ #include "base/base_switches.h" #include "base/command_line.h" #include "base/lazy_instance.h" +#include "content/public/app/content_main.h" #include "content/public/app/content_main_delegate.h" #include "content/public/app/content_main_runner.h" #include "content/public/common/content_switches.h" -- cgit v1.1