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_ |