| Index: chrome/common/ppapi_utils.cc
|
| diff --git a/chrome/browser/component_updater/ppapi_utils.cc b/chrome/common/ppapi_utils.cc
|
| similarity index 97%
|
| rename from chrome/browser/component_updater/ppapi_utils.cc
|
| rename to chrome/common/ppapi_utils.cc
|
| index 544e16519dbae500295727bcfb5a6569ff13ba9b..175717eeb0e4037c858e1595a05b1dc87571829c 100644
|
| --- a/chrome/browser/component_updater/ppapi_utils.cc
|
| +++ b/chrome/common/ppapi_utils.cc
|
| @@ -1,7 +1,7 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2015 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.
|
| -#include "chrome/browser/component_updater/ppapi_utils.h"
|
| +#include "chrome/common/ppapi_utils.h"
|
|
|
| #include <cstring>
|
|
|
|
|