diff options
Diffstat (limited to 'chrome/common/all_messages.h')
-rw-r--r-- | chrome/common/all_messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h index 5b396b6..c27e689 100644 --- a/chrome/common/all_messages.h +++ b/chrome/common/all_messages.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -17,4 +17,5 @@ #include "chrome/common/common_message_generator.h" #include "chrome/common/nacl_messages.h" #include "content/common/content_message_generator.h" +#include "ppapi/proxy/pepper_file_messages.h" #include "ppapi/proxy/ppapi_messages.h" |