| Index: extensions/common/update_manifest.h
|
| diff --git a/chrome/common/extensions/update_manifest.h b/extensions/common/update_manifest.h
|
| similarity index 94%
|
| rename from chrome/common/extensions/update_manifest.h
|
| rename to extensions/common/update_manifest.h
|
| index 0076a734d041373d3fabab4ffc0c3fba50e996ab..34add0e459f3cad3b7cde944bea0feeb82d8a920 100644
|
| --- a/chrome/common/extensions/update_manifest.h
|
| +++ b/extensions/common/update_manifest.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_UPDATE_MANIFEST_H_
|
| -#define CHROME_COMMON_EXTENSIONS_UPDATE_MANIFEST_H_
|
| +#ifndef EXTENSIONS_COMMON_UPDATE_MANIFEST_H_
|
| +#define EXTENSIONS_COMMON_UPDATE_MANIFEST_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -92,4 +92,4 @@ class UpdateManifest {
|
| DISALLOW_COPY_AND_ASSIGN(UpdateManifest);
|
| };
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_UPDATE_MANIFEST_H_
|
| +#endif // EXTENSIONS_COMMON_UPDATE_MANIFEST_H_
|
|
|