Commit 2887558c authored by Jarryd's avatar Jarryd Committed by Commit Bot

Quota: Fix ifndef header guard.

Change-Id: Id268acba620b57196e06cc1160d95a7d2b036a17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028861Reviewed-by: default avatarDarwin Huang <huangdarwin@chromium.org>
Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736993}
parent 7057c029
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_H_ #ifndef STORAGE_BROWSER_TEST_MOCK_QUOTA_MANAGER_H_
#define CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_H_ #define STORAGE_BROWSER_TEST_MOCK_QUOTA_MANAGER_H_
#include <stdint.h> #include <stdint.h>
...@@ -147,4 +147,4 @@ class MockQuotaManager : public QuotaManager { ...@@ -147,4 +147,4 @@ class MockQuotaManager : public QuotaManager {
} // namespace content } // namespace content
#endif // CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_H_ #endif // STORAGE_BROWSER_TEST_MOCK_QUOTA_MANAGER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment