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

Side by Side Diff: chrome/browser/ui/webui/options/chromeos/options_stylus_handler.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/ui/webui/options/chromeos/options_stylus_handler.h" 5 #include "chrome/browser/ui/webui/options/chromeos/options_stylus_handler.h"
6 6
7 #include "ash/common/system/chromeos/palette/palette_utils.h" 7 #include "ash/system/palette/palette_utils.h"
8 #include "base/values.h" 8 #include "base/values.h"
9 #include "chrome/browser/profiles/profile.h" 9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/grit/generated_resources.h" 10 #include "chrome/grit/generated_resources.h"
11 #include "ui/base/l10n/l10n_util.h" 11 #include "ui/base/l10n/l10n_util.h"
12 #include "ui/events/devices/input_device_manager.h" 12 #include "ui/events/devices/input_device_manager.h"
13 13
14 namespace chromeos { 14 namespace chromeos {
15 namespace options { 15 namespace options {
16 16
17 namespace { 17 namespace {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 LOG(ERROR) << "Got unknown note-taking-app ID \"" << app_id << "\""; 143 LOG(ERROR) << "Got unknown note-taking-app ID \"" << app_id << "\"";
144 return; 144 return;
145 } 145 }
146 146
147 NoteTakingHelper::Get()->SetPreferredApp(Profile::FromWebUI(web_ui()), 147 NoteTakingHelper::Get()->SetPreferredApp(Profile::FromWebUI(web_ui()),
148 app_id); 148 app_id);
149 } 149 }
150 150
151 } // namespace options 151 } // namespace options
152 } // namespace chromeos 152 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/browser/ui/webui/options/chromeos/power_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698