| Index: content/browser/renderer_host/pepper/quota_file_io.h
|
| diff --git a/content/renderer/pepper/quota_file_io.h b/content/browser/renderer_host/pepper/quota_file_io.h
|
| similarity index 94%
|
| rename from content/renderer/pepper/quota_file_io.h
|
| rename to content/browser/renderer_host/pepper/quota_file_io.h
|
| index e1ec4c104e7d601d336b2ae88f8781d94ec5fd96..54229b87a40e3903f664dae99c6fba3ca6b78d37 100644
|
| --- a/content/renderer/pepper/quota_file_io.h
|
| +++ b/content/browser/renderer_host/pepper/quota_file_io.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_PEPPER_QUOTA_FILE_IO_H_
|
| -#define CONTENT_RENDERER_PEPPER_QUOTA_FILE_IO_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_QUOTA_FILE_IO_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_QUOTA_FILE_IO_H_
|
|
|
| #include <deque>
|
|
|
| @@ -124,4 +124,4 @@ class QuotaFileIO {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_PEPPER_QUOTA_FILE_IO_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_QUOTA_FILE_IO_H_
|
|
|