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

Unified Diff: mojo/views/views_init.h

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/views/native_widget_view_manager.cc ('k') | mojo/views/views_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/views/views_init.h
diff --git a/mojo/views/views_init.h b/mojo/views/views_init.h
deleted file mode 100644
index ad3b95e25cb485e27477e332c28b2d60a159b436..0000000000000000000000000000000000000000
--- a/mojo/views/views_init.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MOJO_VIEWS_VIEWS_INIT_H_
-#define MOJO_VIEWS_VIEWS_INIT_H_
-
-#include "mojo/aura/aura_init.h"
-
-namespace mojo {
-
-// Sets up necessary state for views when run with the viewmanager.
-class ViewsInit {
- public:
- ViewsInit();
- ~ViewsInit();
-
- private:
- AuraInit aura_init_;
-
- DISALLOW_COPY_AND_ASSIGN(ViewsInit);
-};
-
-} // namespace mojo
-
-#endif // MOJO_VIEWS_VIEWS_INIT_H_
« no previous file with comments | « mojo/views/native_widget_view_manager.cc ('k') | mojo/views/views_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698