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

Unified Diff: apps/shell_integration_unittest.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_unittest.cc
diff --git a/chrome/browser/shell_integration_unittest.cc b/apps/shell_integration_unittest.cc
similarity index 99%
rename from chrome/browser/shell_integration_unittest.cc
rename to apps/shell_integration_unittest.cc
index 39ca70ad9a1852253b7545663f90b34bf5dbcc64..41d9dfd197f9e717580d31f6338f9b189b766503 100644
--- a/chrome/browser/shell_integration_unittest.cc
+++ b/apps/shell_integration_unittest.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 <cstdlib>
#include <map>
@@ -21,8 +21,8 @@
#include "testing/gtest/include/gtest/gtest.h"
#if defined(OS_POSIX) && !defined(OS_MACOSX)
+#include "apps/shell_integration_linux.h"
#include "base/environment.h"
-#include "chrome/browser/shell_integration_linux.h"
#endif
#define FPL FILE_PATH_LITERAL

Powered by Google App Engine
This is Rietveld 408576698