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

Side by Side Diff: chrome/browser/chromeos/login/quick_unlock/quick_unlock_notification_controller.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 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
OLDNEW
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2016 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 "chrome/browser/chromeos/login/quick_unlock/quick_unlock_notification_c ontroller.h" 5 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_notification_c ontroller.h"
6 6
7 #include "ash/common/system/system_notifier.h"
8 #include "ash/strings/grit/ash_strings.h" 7 #include "ash/strings/grit/ash_strings.h"
8 #include "ash/system/system_notifier.h"
9 #include "chrome/browser/browser_process.h" 9 #include "chrome/browser/browser_process.h"
10 #include "chrome/browser/chrome_notification_types.h" 10 #include "chrome/browser/chrome_notification_types.h"
11 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_factory.h" 11 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_factory.h"
12 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage.h" 12 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage.h"
13 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h" 13 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h"
14 #include "chrome/browser/notifications/notification.h" 14 #include "chrome/browser/notifications/notification.h"
15 #include "chrome/browser/notifications/notification_ui_manager.h" 15 #include "chrome/browser/notifications/notification_ui_manager.h"
16 #include "chrome/browser/profiles/profile.h" 16 #include "chrome/browser/profiles/profile.h"
17 #include "chrome/browser/ui/browser_navigator.h" 17 #include "chrome/browser/ui/browser_navigator.h"
18 #include "chrome/browser/ui/browser_navigator_params.h" 18 #include "chrome/browser/ui/browser_navigator_params.h"
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 l10n_util::GetStringUTF16(params_.feature_name_id), GURL(), 182 l10n_util::GetStringUTF16(params_.feature_name_id), GURL(),
183 params_.notification_id, message_center::RichNotificationData(), this); 183 params_.notification_id, message_center::RichNotificationData(), this);
184 } 184 }
185 185
186 QuickUnlockNotificationController::NotificationParams::NotificationParams() {} 186 QuickUnlockNotificationController::NotificationParams::NotificationParams() {}
187 187
188 QuickUnlockNotificationController::NotificationParams::~NotificationParams() {} 188 QuickUnlockNotificationController::NotificationParams::~NotificationParams() {}
189 189
190 } // namespace quick_unlock 190 } // namespace quick_unlock
191 } // namespace chromeos 191 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698