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

Side by Side Diff: ui/message_center/message_center_impl_unittest.cc

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « ui/gl/gl_surface_osmesa.h ('k') | ui/message_center/message_center_style.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "ui/message_center/message_center_impl.h" 5 #include "ui/message_center/message_center_impl.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/message_loop/message_loop.h" 8 #include "base/message_loop/message_loop.h"
9 #include "base/run_loop.h" 9 #include "base/run_loop.h"
10 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
11 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
12 #include "ui/gfx/canvas.h" 12 #include "ui/gfx/canvas.h"
13 #include "ui/gfx/size.h" 13 #include "ui/gfx/geometry/size.h"
14 #include "ui/message_center/message_center.h" 14 #include "ui/message_center/message_center.h"
15 #include "ui/message_center/message_center_types.h" 15 #include "ui/message_center/message_center_types.h"
16 #include "ui/message_center/notification_blocker.h" 16 #include "ui/message_center/notification_blocker.h"
17 #include "ui/message_center/notification_types.h" 17 #include "ui/message_center/notification_types.h"
18 #include "ui/message_center/notifier_settings.h" 18 #include "ui/message_center/notifier_settings.h"
19 19
20 using base::UTF8ToUTF16; 20 using base::UTF8ToUTF16;
21 21
22 namespace message_center { 22 namespace message_center {
23 namespace { 23 namespace {
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 ASSERT_EQ(3u, message_center()->NotificationCount()); 861 ASSERT_EQ(3u, message_center()->NotificationCount());
862 862
863 // Now we remove the remaining notifications. 863 // Now we remove the remaining notifications.
864 notifier_settings_observer()->NotifierEnabledChanged( 864 notifier_settings_observer()->NotifierEnabledChanged(
865 NotifierId(NotifierId::APPLICATION, "app1"), false); 865 NotifierId(NotifierId::APPLICATION, "app1"), false);
866 ASSERT_EQ(0u, message_center()->NotificationCount()); 866 ASSERT_EQ(0u, message_center()->NotificationCount());
867 } 867 }
868 868
869 } // namespace internal 869 } // namespace internal
870 } // namespace message_center 870 } // namespace message_center
OLDNEW
« no previous file with comments | « ui/gl/gl_surface_osmesa.h ('k') | ui/message_center/message_center_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698