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

Unified Diff: chrome/browser/chromeos/login/user_controller.h

Issue 7649015: Fix Chromium OS build break introduced in r96761. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_controller.h
===================================================================
--- chrome/browser/chromeos/login/user_controller.h (revision 96532)
+++ chrome/browser/chromeos/login/user_controller.h (working copy)
@@ -9,6 +9,7 @@
#include <string>
#include "base/compiler_specific.h"
+#include "base/gtest_prod_util.h"
#include "base/string16.h"
#include "base/task.h"
#include "chrome/browser/chromeos/login/new_user_view.h"
@@ -142,7 +143,7 @@
static const int kNewUserUnselectedSize;
private:
- FRIEND_TEST(UserControllerTest, GetNameTooltip);
+ FRIEND_TEST_ALL_PREFIXES(UserControllerTest, GetNameTooltip);
class ControlsWidgetDelegate;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698