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

Unified Diff: apps/shell_integration.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.cc
diff --git a/chrome/browser/shell_integration.cc b/apps/shell_integration.cc
similarity index 98%
rename from chrome/browser/shell_integration.cc
rename to apps/shell_integration.cc
index cd299c55abc67cb73c7f427fcc4c333d769d6772..dc632d0a58c678a8b2a22fb570f6677252e3a6a5 100644
--- a/chrome/browser/shell_integration.cc
+++ b/apps/shell_integration.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.h"
+#include "apps/shell_integration.h"
#include "base/bind.h"
#include "base/command_line.h"
@@ -12,9 +12,7 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/policy/policy_path_parser.h"
-#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/pref_names.h"
#include "content/public/browser/browser_thread.h"
using content::BrowserThread;

Powered by Google App Engine
This is Rietveld 408576698