Index: apps/shell_integration_linux.h |
diff --git a/chrome/browser/shell_integration_linux.h b/apps/shell_integration_linux.h |
similarity index 92% |
rename from chrome/browser/shell_integration_linux.h |
rename to apps/shell_integration_linux.h |
index 519895c62c2a4bd646d8fab52533d55f44121ce5..af9af71dd6d85f66123e655115423a6abd11d002 100644 |
--- a/chrome/browser/shell_integration_linux.h |
+++ b/apps/shell_integration_linux.h |
@@ -2,14 +2,14 @@ |
// 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_LINUX_H_ |
-#define CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_ |
+#ifndef APPS_SHELL_INTEGRATION_LINUX_H_ |
+#define APPS_SHELL_INTEGRATION_LINUX_H_ |
#include <string> |
+#include "apps/shell_integration.h" |
#include "base/basictypes.h" |
#include "base/files/file_path.h" |
-#include "chrome/browser/shell_integration.h" |
#include "googleurl/src/gurl.h" |
namespace base { |
@@ -60,4 +60,4 @@ void DeleteDesktopShortcuts(const base::FilePath& profile_path, |
} // namespace ShellIntegrationLinux |
-#endif // CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_ |
+#endif // APPS_SHELL_INTEGRATION_LINUX_H_ |