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

Unified Diff: content/common/common_param_traits.h

Issue 6718027: Refactor: Move app/surface to ui/gfx/surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lint. Created 9 years, 9 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: content/common/common_param_traits.h
diff --git a/content/common/common_param_traits.h b/content/common/common_param_traits.h
index 3f7d0b3526ebbe9b7edca5f67b97e8f2e80d4c0d..0542df88eaf6cd8ae669c0180bf61c56b314dd75 100644
--- a/content/common/common_param_traits.h
+++ b/content/common/common_param_traits.h
@@ -14,7 +14,6 @@
#define CONTENT_COMMON_COMMON_PARAM_TRAITS_H_
#pragma once
-#include "app/surface/transport_dib.h"
#include "base/platform_file.h"
#include "base/ref_counted.h"
#include "base/string_number_conversions.h"
@@ -25,6 +24,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/gfx/surface/transport_dib.h"
#include "webkit/blob/blob_data.h"
#include "webkit/glue/npruntime_util.h"
#include "webkit/glue/resource_type.h"

Powered by Google App Engine
This is Rietveld 408576698