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

Unified Diff: components/mus/surfaces/surfaces_context_provider.h

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 | « components/mus/surfaces/OWNERS ('k') | components/mus/surfaces/surfaces_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/surfaces/surfaces_context_provider.h
diff --git a/components/view_manager/surfaces/surfaces_context_provider.h b/components/mus/surfaces/surfaces_context_provider.h
similarity index 90%
rename from components/view_manager/surfaces/surfaces_context_provider.h
rename to components/mus/surfaces/surfaces_context_provider.h
index a85162c15d8e45572bf3e529f4211d6f0bd9ac47..493fa0dd8a6ab149b61b6cf7445c621cb08c783b 100644
--- a/components/view_manager/surfaces/surfaces_context_provider.h
+++ b/components/mus/surfaces/surfaces_context_provider.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_CONTEXT_PROVIDER_H_
-#define COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_CONTEXT_PROVIDER_H_
+#ifndef COMPONENTS_MUS_SURFACES_SURFACES_CONTEXT_PROVIDER_H_
+#define COMPONENTS_MUS_SURFACES_SURFACES_CONTEXT_PROVIDER_H_
#include "base/macros.h"
#include "base/synchronization/lock.h"
#include "base/threading/non_thread_safe.h"
#include "cc/output/context_provider.h"
-#include "components/view_manager/gles2/command_buffer_local_client.h"
+#include "components/mus/gles2/command_buffer_local_client.h"
#include "ui/gfx/native_widget_types.h"
namespace gpu {
@@ -90,4 +90,4 @@ class SurfacesContextProvider : public cc::ContextProvider,
} // namespace surfaces
-#endif // COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_CONTEXT_PROVIDER_H_
+#endif // COMPONENTS_MUS_SURFACES_SURFACES_CONTEXT_PROVIDER_H_
« no previous file with comments | « components/mus/surfaces/OWNERS ('k') | components/mus/surfaces/surfaces_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698