Index: chrome/browser/ui/views/app_list/linux/app_list_service_linux.h |
diff --git a/chrome/browser/ui/app_list/app_list_service_linux.h b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.h |
similarity index 85% |
rename from chrome/browser/ui/app_list/app_list_service_linux.h |
rename to chrome/browser/ui/views/app_list/linux/app_list_service_linux.h |
index 12c7c349d572630937d194ec764f34b85fdf19dc..d5ae131991d4e273278b86f71790ba18b544faab 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_linux.h |
+++ b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.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_UI_APP_LIST_APP_LIST_SERVICE_LINUX_H_ |
-#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_LINUX_H_ |
+#ifndef CHROME_BROWSER_UI_VIEWS_APP_LIST_LINUX_APP_LIST_SERVICE_LINUX_H_ |
+#define CHROME_BROWSER_UI_VIEWS_APP_LIST_LINUX_APP_LIST_SERVICE_LINUX_H_ |
#include "chrome/browser/ui/app_list/app_list_service_impl.h" |
@@ -38,4 +38,4 @@ class AppListServiceLinux : public AppListServiceImpl { |
DISALLOW_COPY_AND_ASSIGN(AppListServiceLinux); |
}; |
-#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_LINUX_H_ |
+#endif // CHROME_BROWSER_UI_VIEWS_APP_LIST_LINUX_APP_LIST_SERVICE_LINUX_H_ |