| Index: extensions/common/message_bundle.h
|
| diff --git a/chrome/common/extensions/message_bundle.h b/extensions/common/message_bundle.h
|
| similarity index 97%
|
| rename from chrome/common/extensions/message_bundle.h
|
| rename to extensions/common/message_bundle.h
|
| index 052c6afd80063688cdcdcd2e6863970c7f485e87..e7ee1dfbe5f7611f1264aa0ebf420dcd22f69844 100644
|
| --- a/chrome/common/extensions/message_bundle.h
|
| +++ b/extensions/common/message_bundle.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_MESSAGE_BUNDLE_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MESSAGE_BUNDLE_H_
|
| +#ifndef EXTENSIONS_COMMON_MESSAGE_BUNDLE_H_
|
| +#define EXTENSIONS_COMMON_MESSAGE_BUNDLE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -170,4 +170,4 @@ void EraseL10nMessagesMap(const std::string& extension_id);
|
|
|
| } // namsepace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_MESSAGE_BUNDLE_H_
|
| +#endif // EXTENSIONS_COMMON_MESSAGE_BUNDLE_H_
|
|
|