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

Unified Diff: chrome/common/extensions/draggable_region.h

Issue 12088089: Move DraggableRegion to top directory src/extensions/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@themes
Patch Set: Created 7 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 | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/draggable_region.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/draggable_region.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698