| Index: extensions/common/value_counter.h
|
| diff --git a/chrome/common/extensions/value_counter.h b/extensions/common/value_counter.h
|
| similarity index 92%
|
| rename from chrome/common/extensions/value_counter.h
|
| rename to extensions/common/value_counter.h
|
| index 84fe06c91c3bfc7d46b653f56522179af54fc808..ef8943bcd227620d885d6a1a9170b1a2e076620e 100644
|
| --- a/chrome/common/extensions/value_counter.h
|
| +++ b/extensions/common/value_counter.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_EXTENSIONS_VALUE_COUNTER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_VALUE_COUNTER_H_
|
| -
|
| -#include "base/memory/linked_ptr.h"
|
| +#ifndef EXTENSIONS_COMMON_VALUE_COUNTER_H_
|
| +#define EXTENSIONS_COMMON_VALUE_COUNTER_H_
|
|
|
| #include <vector>
|
|
|
| +#include "base/memory/linked_ptr.h"
|
| +
|
| namespace base {
|
| class Value;
|
| }
|
| @@ -68,4 +68,4 @@ class ValueCounter {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_VALUE_COUNTER_H_
|
| +#endif // EXTENSIONS_COMMON_VALUE_COUNTER_H_
|
|
|