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

Unified Diff: extensions/common/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 | « extensions/common/DEPS ('k') | extensions/common/draggable_region.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/draggable_region.h
diff --git a/chrome/common/extensions/draggable_region.h b/extensions/common/draggable_region.h
similarity index 67%
rename from chrome/common/extensions/draggable_region.h
rename to extensions/common/draggable_region.h
index e5a3c5f23c782e58fa0bed25d6842807841d73a3..8b22aa332c5800c10bbcfd8d6678b378ac2ed490 100644
--- a/chrome/common/extensions/draggable_region.h
+++ b/extensions/common/draggable_region.h
@@ -2,8 +2,8 @@
// 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_
+#ifndef EXTENSIONS_COMMON_DRAGGABLE_REGION_H_
+#define EXTENSIONS_COMMON_DRAGGABLE_REGION_H_
#include "ui/gfx/rect.h"
@@ -18,4 +18,4 @@ struct DraggableRegion {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_DRAGGABLE_REGION_H_
+#endif // EXTENSIONS_COMMON_DRAGGABLE_REGION_H_
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/draggable_region.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698