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

Unified Diff: apps/shell_integration_linux.cc

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.cc
diff --git a/chrome/browser/shell_integration_linux.cc b/apps/shell_integration_linux.cc
similarity index 99%
rename from chrome/browser/shell_integration_linux.cc
rename to apps/shell_integration_linux.cc
index a97a072ae5622c6e678598059eca651c0bcf4c5a..5d4f9066d318a814bbf334ecb5cf9d617aa9793e 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/apps/shell_integration_linux.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/shell_integration_linux.h"
+#include "apps/shell_integration_linux.h"
#include <fcntl.h>
#include <glib.h>

Powered by Google App Engine
This is Rietveld 408576698