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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_view_delegate.h

Issue 10823197: app_list: Fix the header include guards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_list/apps_model_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_view_delegate.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_view_delegate.h b/chrome/browser/ui/ash/app_list/app_list_view_delegate.h
index 105b284f555bd52b3be70f0af12a214a08dd4505..7dd72dae0ed62db16ddcba81c73848161a8078c7 100644
--- a/chrome/browser/ui/ash/app_list/app_list_view_delegate.h
+++ b/chrome/browser/ui/ash/app_list/app_list_view_delegate.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_VIEWS_ASH_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
-#define CHROME_BROWSER_UI_VIEWS_ASH_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
+#ifndef CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
+#define CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
#include <string>
@@ -37,4 +37,4 @@ class AppListViewDelegate : public app_list::AppListViewDelegate {
DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
};
-#endif // CHROME_BROWSER_UI_VIEWS_ASH_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
+#endif // CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_list/apps_model_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698