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 |