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

Unified Diff: chrome/browser/ui/views/app_list/linux/app_list_service_linux.h

Issue 60323007: Moved app_list_service_linux to chrome/browser/ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: 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_

Powered by Google App Engine
This is Rietveld 408576698