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

Unified Diff: apps/shell_integration.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
« no previous file with comments | « apps/apps.gypi ('k') | apps/shell_integration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « apps/apps.gypi ('k') | apps/shell_integration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698