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

Unified Diff: ash/content/screen_orientation_delegate_chromeos.h

Issue 1540753002: Switch to standard integer types in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arraysize Created 5 years 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 | « ash/content/keyboard_overlay/keyboard_overlay_view.h ('k') | ash/default_accessibility_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/content/screen_orientation_delegate_chromeos.h
diff --git a/ash/content/screen_orientation_delegate_chromeos.h b/ash/content/screen_orientation_delegate_chromeos.h
index ce96841c4cfbaf5c1f94e30ea765266258c5375b..d5fe51c0cd67f6a4625723e3604b35c6dc82a720 100644
--- a/ash/content/screen_orientation_delegate_chromeos.h
+++ b/ash/content/screen_orientation_delegate_chromeos.h
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/screen_orientation_delegate.h"
-
#ifndef ASH_CONTENT_SCREEN_ORIENTATION_DELEGATE_CHROMEOS_H_
#define ASH_CONTENT_SCREEN_ORIENTATION_DELEGATE_CHROMEOS_H_
+#include "content/public/browser/screen_orientation_delegate.h"
+
+#include "base/macros.h"
+
namespace ash {
class ScreenOrientationDelegateChromeos
« no previous file with comments | « ash/content/keyboard_overlay/keyboard_overlay_view.h ('k') | ash/default_accessibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698