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

Unified Diff: chrome/common/all_messages.h

Issue 10777012: Disable uses of ProfileImportProcess on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build error on Clang Created 8 years, 5 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 | « chrome/chrome.gyp ('k') | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/all_messages.h
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h
index 1d511462911be1c382544053302a6303a17ac0a8..e69abf8bf4ab1c178210a730c1781f3d1e63cc7a 100644
--- a/chrome/common/all_messages.h
+++ b/chrome/common/all_messages.h
@@ -8,7 +8,9 @@
// ipc/ipc_message_utils.h to include the corresponding message file.
// Messages classes used exclusively outside of chrome should instead get an
// exemption in chrome/tools/ipclist/ipclist.cc.
+#if !defined(OS_ANDROID)
#include "chrome/browser/importer/profile_import_process_messages.h"
+#endif
// We can't make common_message_generator.h include automation_messages, since
// otherwise the Chrome Frame binaries will link in a lot of unrelated chrome
// code. Chrome Frame should not be depending on the chrome target...
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698