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

Side by Side Diff: chrome/browser/chromeos/login/language_switch_menu.h

Issue 8954017: Avoid including gtest file directly, and go through base instead (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_LANGUAGE_SWITCH_MENU_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_LANGUAGE_SWITCH_MENU_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_LANGUAGE_SWITCH_MENU_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_LANGUAGE_SWITCH_MENU_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/gtest_prod_util.h"
11 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
12 #include "testing/gtest/include/gtest/gtest_prod.h"
13 #include "ui/views/controls/menu/menu_delegate.h" 13 #include "ui/views/controls/menu/menu_delegate.h"
14 #include "ui/views/controls/menu/view_menu_delegate.h" 14 #include "ui/views/controls/menu/view_menu_delegate.h"
15 #include "ui/views/view.h" 15 #include "ui/views/view.h"
16 16
17 class WizardControllerTest_SwitchLanguage_Test; 17 class WizardControllerTest_SwitchLanguage_Test;
18 18
19 namespace views { 19 namespace views {
20 class MenuItemView; 20 class MenuItemView;
21 class MenuRunner; 21 class MenuRunner;
22 } // namespace views 22 } // namespace views
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 // Language locale name storage. 67 // Language locale name storage.
68 scoped_ptr<LanguageList> language_list_; 68 scoped_ptr<LanguageList> language_list_;
69 69
70 FRIEND_TEST(::WizardControllerTest, SwitchLanguage); 70 FRIEND_TEST(::WizardControllerTest, SwitchLanguage);
71 DISALLOW_COPY_AND_ASSIGN(LanguageSwitchMenu); 71 DISALLOW_COPY_AND_ASSIGN(LanguageSwitchMenu);
72 }; 72 };
73 73
74 } // namespace chromeos 74 } // namespace chromeos
75 75
76 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_LANGUAGE_SWITCH_MENU_H_ 76 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_LANGUAGE_SWITCH_MENU_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.h ('k') | chrome/browser/chromeos/login/wizard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698