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

Unified Diff: ui/app_list/views/app_list_view.h

Issue 281383012: Add app_list_demo, a standalone executable for testing the app list UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment, resolve namespace Created 6 years, 7 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 | « ui/app_list/views/app_list_demo.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 94178e0d4a9f7830200133c150b95113e1d22111..c3effe963206fe00789694ebbeb7ef4cba516d77 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -116,7 +116,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
AppListMainView* app_list_main_view() { return app_list_main_view_; }
private:
- friend class test::AppListViewTestApi;
+ friend class ::test::AppListViewTestApi;
void InitAsBubbleInternal(gfx::NativeView parent,
PaginationModel* pagination_model,
« no previous file with comments | « ui/app_list/views/app_list_demo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698