| Index: extensions/common/ad_injection_constants.h
|
| diff --git a/chrome/common/extensions/ad_injection_constants.h b/extensions/common/ad_injection_constants.h
|
| similarity index 83%
|
| rename from chrome/common/extensions/ad_injection_constants.h
|
| rename to extensions/common/ad_injection_constants.h
|
| index 2d08393f4362c7d7d8fdb461444bbe368227819e..fe695c7cbabf9db5fbb5399df60fc64ad60bd216 100644
|
| --- a/chrome/common/extensions/ad_injection_constants.h
|
| +++ b/extensions/common/ad_injection_constants.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
|
| -#define CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
|
| +#ifndef EXTENSIONS_COMMON_AD_INJECTION_CONSTANTS_H_
|
| +#define EXTENSIONS_COMMON_AD_INJECTION_CONSTANTS_H_
|
|
|
| #include "base/basictypes.h"
|
|
|
| @@ -34,4 +34,4 @@ bool ApiCanInjectAds(const char* api);
|
| } // namespace ad_injection_constants
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
|
| +#endif // EXTENSIONS_COMMON_AD_INJECTION_CONSTANTS_H_
|
|
|