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

Unified Diff: content/public/browser/readback_types.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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/public/browser/readback_types.h
diff --git a/content/public/browser/readback_types.h b/content/public/browser/readback_types.h
index f3d2a6906b535ce4381c330b5a67c7b615684c9c..338dc38990885499acd3cf61e0ee7e2139eb17e7 100644
--- a/content/public/browser/readback_types.h
+++ b/content/public/browser/readback_types.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 CONTENT_COMMON_READBACK_TYPES_H_
-#define CONTENT_COMMON_READBACK_TYPES_H_
+#ifndef CONTENT_PUBLIC_BROWSER_READBACK_TYPES_H_
+#define CONTENT_PUBLIC_BROWSER_READBACK_TYPES_H_
#include "base/callback.h"
@@ -25,4 +25,4 @@ typedef const base::Callback<void(const SkBitmap&, ReadbackResponse)>
} // namespace content
-#endif // CONTENT_COMMON_READBACK_TYPES_H_
+#endif // CONTENT_PUBLIC_BROWSER_READBACK_TYPES_H_
« no previous file with comments | « content/public/browser/android/devtools_auth.h ('k') | content/public/browser/render_widget_host_view_frame_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698