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

Unified Diff: chrome/test/base/menu_model_test.h

Issue 8695005: Move accelerator related files to ui/base/accelerators (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/ui/views/toolbar_view.h ('k') | ui/aura_shell/shell_accelerator_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/menu_model_test.h
diff --git a/chrome/test/base/menu_model_test.h b/chrome/test/base/menu_model_test.h
index 562515f591fb5c3d79069808e9649b8bffcee6f3..6276f1c0752826478ffe0775dfda461fce8a684c 100644
--- a/chrome/test/base/menu_model_test.h
+++ b/chrome/test/base/menu_model_test.h
@@ -6,15 +6,15 @@
#define CHROME_TEST_BASE_MENU_MODEL_TEST_H_
#pragma once
-#include "ui/base/models/accelerator.h"
+#include "ui/base/accelerators/accelerator.h"
#include "ui/base/models/simple_menu_model.h"
// A mix-in class to be used in addition to something that derrives from
// testing::Test to provide some extra functionality for testing menu models.
class MenuModelTest {
public:
- MenuModelTest() { }
- virtual ~MenuModelTest() { }
+ MenuModelTest() {}
+ virtual ~MenuModelTest() {}
protected:
// A menu delegate that counts the number of times certain things are called
@@ -22,7 +22,7 @@ class MenuModelTest {
class Delegate : public ui::SimpleMenuModel::Delegate,
public ui::AcceleratorProvider {
public:
- Delegate() : execute_count_(0), enable_count_(0) { }
+ Delegate() : execute_count_(0), enable_count_(0) {}
virtual bool IsCommandIdChecked(int command_id) const OVERRIDE {
return false;
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.h ('k') | ui/aura_shell/shell_accelerator_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698