Index: chrome/common/extensions/draggable_region.h |
diff --git a/chrome/common/extensions/draggable_region.h b/chrome/common/extensions/draggable_region.h |
deleted file mode 100644 |
index e5a3c5f23c782e58fa0bed25d6842807841d73a3..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/draggable_region.h |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright (c) 2012 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 CHROME_COMMON_EXTENSIONS_DRAGGABLE_REGION_H_ |
-#define CHROME_COMMON_EXTENSIONS_DRAGGABLE_REGION_H_ |
- |
-#include "ui/gfx/rect.h" |
- |
-namespace extensions { |
- |
-struct DraggableRegion { |
- bool draggable; |
- gfx::Rect bounds; |
- |
- DraggableRegion(); |
-}; |
- |
-} // namespace extensions |
- |
-#endif // CHROME_COMMON_EXTENSIONS_DRAGGABLE_REGION_H_ |