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

Unified Diff: chrome/browser/extensions/api/capture_web_contents_function.h

Issue 487533005: Add support for references in different paths in apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « build/json_schema_compile.gypi ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/capture_web_contents_function.h
diff --git a/chrome/browser/extensions/api/capture_web_contents_function.h b/chrome/browser/extensions/api/capture_web_contents_function.h
index 0a1c7412e4f3956593e5fac3b2f85415c432e77a..0f3b9dbaf67139a668df60db86fad262dae220d2 100644
--- a/chrome/browser/extensions/api/capture_web_contents_function.h
+++ b/chrome/browser/extensions/api/capture_web_contents_function.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_EXTENSIONS_API_CAPTURE_WEB_CONTENTS_FUNCTION_H_
#include "chrome/browser/extensions/chrome_extension_function.h"
-#include "chrome/common/extensions/api/types.h"
+#include "extensions/common/api/extension_types.h"
class SkBitmap;
@@ -40,7 +40,7 @@ class CaptureWebContentsFunction : public ChromeAsyncExtensionFunction {
virtual void OnCaptureFailure(FailureReason reason) = 0;
private:
- typedef api::types::ImageDetails ImageDetails;
+ typedef core_api::extension_types::ImageDetails ImageDetails;
void CopyFromBackingStoreComplete(bool succeed, const SkBitmap& bitmap);
void OnCaptureSuccess(const SkBitmap& bitmap);
« no previous file with comments | « build/json_schema_compile.gypi ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698