| Index: content/common/mojo/mojo_channel_init.h
|
| diff --git a/content/common/mojo/mojo_channel_init.h b/content/common/mojo/mojo_channel_init.h
|
| index 3057eeb24e27181c1dba248fdf2aebc07c021120..05b4e0c86cbe613565f3ad8ec0ccaed9da3a2b73 100644
|
| --- a/content/common/mojo/mojo_channel_init.h
|
| +++ b/content/common/mojo/mojo_channel_init.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 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.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/platform_file.h"
|
| #include "content/common/content_export.h"
|
| -#include "mojo/public/system/core_cpp.h"
|
| +#include "mojo/public/cpp/system/core.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
|
|