Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: apps/shell_integration_linux.h

Issue 12321107: Move shell integration code from chrome/browser to apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698