Commit 364b557e authored by tsepez@chromium.org's avatar tsepez@chromium.org

Incorect IPC_MESSAGE_START definition in utility_messages_internal.h

BUG=70421
TEST=none

Review URL: http://codereview.chromium.org/6354013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72200 0039d316-1c4b-4281-b951-d872f2087c98
parent 1b57b4c4
......@@ -12,7 +12,7 @@
#include "printing/page_range.h"
#include "third_party/skia/include/core/SkBitmap.h"
#define IPC_MESSAGE_START NaClMsgStart
#define IPC_MESSAGE_START UtilityMsgStart
class FilePath;
class IndexedDBKey;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment