summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 16:35:08 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 16:35:08 +0000
commit610cbb8cd46f9fdfa36d8935d5048d92445ae102 (patch)
treee4073d1addceb33cac8ab8e0824fbde9279d3d7a /chrome/common
parentd8865c2179a327f85e7be4e6d8925f559269043a (diff)
downloadchromium_src-610cbb8cd46f9fdfa36d8935d5048d92445ae102.zip
chromium_src-610cbb8cd46f9fdfa36d8935d5048d92445ae102.tar.gz
chromium_src-610cbb8cd46f9fdfa36d8935d5048d92445ae102.tar.bz2
Move navigation_types.h from content/common to content/public/browser, and put it in the content namespace. There was no reason for it to be in common since it's only used by browser. I also updated the enum names to match the rest of the enums in the Content API.
BUG=98716 TBR=joi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106029 Review URL: http://codereview.chromium.org/8339006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/automation_messages_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index ac032dbb..1532006 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -9,7 +9,6 @@
#include "base/string16.h"
#include "chrome/common/content_settings.h"
-#include "content/common/navigation_types.h"
#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_macros.h"
#include "net/base/cert_status_flags.h"
@@ -31,6 +30,7 @@
// __COUNTER__, in which case we can get rid of the __LINE__.
+
#define IPC_MESSAGE_START AutomationMsgStart
// This message is fired when the AutomationProvider is up and running