Chromium Code Reviews| Index: apps/shell_integration.h |
| diff --git a/chrome/browser/shell_integration.h b/apps/shell_integration.h |
| similarity index 99% |
| rename from chrome/browser/shell_integration.h |
| rename to apps/shell_integration.h |
| index a3e897c24f3d2e6bc6c26fd7a6d8eea6cbd53e12..e154aa5ff5b57f3ce2754a144c4d47f4fb891796 100644 |
| --- a/chrome/browser/shell_integration.h |
| +++ b/apps/shell_integration.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_BROWSER_SHELL_INTEGRATION_H_ |
| -#define CHROME_BROWSER_SHELL_INTEGRATION_H_ |
| +#ifndef APPS_SHELL_INTEGRATION_H_ |
|
Ben Goodger (Google)
2013/02/25 16:02:31
I would consider putting this stuff in a subdir si
|
| +#define APPS_SHELL_INTEGRATION_H_ |
| #include <string> |
| @@ -324,4 +324,4 @@ class ShellIntegration { |
| }; |
| }; |
| -#endif // CHROME_BROWSER_SHELL_INTEGRATION_H_ |
| +#endif // APPS_SHELL_INTEGRATION_H_ |