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

Unified Diff: gpu/command_buffer/common/types.h

Issue 268063002: Remove command_buffer/common/types.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 8 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
Index: gpu/command_buffer/common/types.h
diff --git a/gpu/command_buffer/common/types.h b/gpu/command_buffer/common/types.h
deleted file mode 100644
index 2e2d13a1a81775b3bb2e3e290d6b86a2e241909c..0000000000000000000000000000000000000000
--- a/gpu/command_buffer/common/types.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2011 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.
-
-// TODO(thakis): Change all files that include this file to instead include the
-// base files below directly and remove this file.
-
-#ifndef GPU_COMMAND_BUFFER_COMMON_TYPES_H_
-#define GPU_COMMAND_BUFFER_COMMON_TYPES_H_
-
-#include "base/basictypes.h"
-#include "base/macros.h"
-
-#endif // GPU_COMMAND_BUFFER_COMMON_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698