| Index: chrome/common/ppapi_utils.cc
|
| diff --git a/chrome/browser/component_updater/ppapi_utils.cc b/chrome/common/ppapi_utils.cc
|
| similarity index 98%
|
| rename from chrome/browser/component_updater/ppapi_utils.cc
|
| rename to chrome/common/ppapi_utils.cc
|
| index a9c097e425e0a4015be164060ce134453662f6fe..a3be807766a6e4107eb336b1158cb7427905fd56 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.
|
| // 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>
|
|
|
|
|