| Index: extensions/common/manifest_handlers/incognito_info.h
|
| diff --git a/chrome/common/extensions/incognito_handler.h b/extensions/common/manifest_handlers/incognito_info.h
|
| similarity index 85%
|
| rename from chrome/common/extensions/incognito_handler.h
|
| rename to extensions/common/manifest_handlers/incognito_info.h
|
| index 1f59cca7fc1e6a003279a27583a97831ee042d5e..b27576150f2fffb12876d7ae47d50c536916ef91 100644
|
| --- a/chrome/common/extensions/incognito_handler.h
|
| +++ b/extensions/common/manifest_handlers/incognito_info.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_INCOGNITO_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_INCOGNITO_HANDLER_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_INCOGNITO_INFO_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_INCOGNITO_INFO_H_
|
|
|
| #include "base/strings/string16.h"
|
| #include "chrome/common/extensions/extension.h"
|
| @@ -40,4 +40,4 @@ class IncognitoHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_INCOGNITO_HANDLER_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_INCOGNITO_INFO_H_
|
|
|